how to use youtube-dl to download a youtube video in python code example
Example: python library to download youtube videos
YouTube('video_url').streams.first().download('C:\\Users\\username\\save_path')
YouTube('video_url').streams.first().download('C:\\Users\\username\\save_path')