Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading playlists from a channel into folders #7591

Closed
miacaba opened this issue Nov 21, 2015 · 5 comments
Closed

Downloading playlists from a channel into folders #7591

miacaba opened this issue Nov 21, 2015 · 5 comments

Comments

@miacaba
Copy link

@miacaba miacaba commented Nov 21, 2015

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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 21, 2015

error: "using output template conflicts with using title, video ID or auto number"
output template conflicts with using title
-o
-citw

@dstftw dstftw closed this Nov 21, 2015
@miacaba
Copy link
Author

@miacaba miacaba commented Nov 21, 2015

What does this mean?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 21, 2015

I've highlighted the conflicting options that you specified in your command line or most likely copypasted from some third source.

@miacaba
Copy link
Author

@miacaba miacaba commented Nov 21, 2015

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'),))

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 21, 2015

Read bug reporting guidline and open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.