youtube module in python code example
Example 1: python tutorial youtube
'''
Do what you want, Google if you don't know how to.
But if you really want a tutorial; https://www.youtube.com/watch?v=rfscVS0vtbw
'''
Example 2: python library to download youtube videos
YouTube('video_url').streams.first().download('C:\\Users\\username\\save_path')