Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading playlists from a channel into folders #7591
Comments
|
|
What does this mean? |
|
I've highlighted the conflicting options that you specified in your command line or most likely copypasted from some third source. |
|
I removed the -citw and got this error: ERROR: Unable to download JSON metadata: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol> (caused by URLError(SSLError(8, '_ssl.c:510: EOF occurred in violation of protocol'),)) |
|
Read bug reporting guidline and open a new issue. |
Hello,
I'm trying to get a channel playlist to download into folders. I tried using the following command but got this error:
youtube-dl -citw --youtube-skip-dash-manifest -f 18 "https://www.youtube.com/user/OUlearn/playlists" --get-filename -o "/%(playlist)s/%(playlist_index)s-%(title)s.%(ext)s" --restrict-filenames
error: "using output template conflicts with using
title, video ID or auto number"
What is wrong with this? or what is the proper command? I would like to get them in 480p if possible, with each playlist in its own folder. Thank you.