9951 explained code solutions for 126 technologies


youtubeHow to download the video description from Youtube


youtube-dl --write-description https://www.youtube.com/watch?v=dQw4w9WgXcQctrl + c
youtube-dl

CLI python-based script to download Youtube videos

/watch?v=dQw4w9WgXcQ

URL of the video you want to download

--write-description

Save the description to a file with the same name as the video file, but with a .description extension.