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 #7594

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

Downloading playlists from a channel into folders #7594

miacaba opened this issue Nov 21, 2015 · 3 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 --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

WARNING: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))

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

Post the full output of youtube-dl when run with --verbose option.

@miacaba
Copy link
Author

@miacaba miacaba commented Nov 21, 2015

youtube-dl --youtube-skip-dash-manifest -f 18 "https:/
/www.youtube.com/user/OUlearn/playlists" --get-filename -o "/(playlist_index)s-(
ext)s" --restrict-filenames --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--youtube-skip-dash-manifest', u'-f', u'18', u'htt
ps://www.youtube.com/user/OUlearn/playlists', u'--get-filename', u'-o', u'/(play
list_index)s-(ext)s', u'--restrict-filenames', u'--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.11.19
[debug] Python version 2.7.10 - Windows-XP-5.1.2600-SP3
[debug] exe versions: none
[debug] Proxy map: {}
WARNING: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAI
LED] certificate verify failed (_ssl.c:590)>
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILE
D] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SS
L: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 329, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1873, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 798, in https_open
File "urllib2.pyo", line 1197, in do_open

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 21, 2015

Duplicate of #7309. Non secure solution: #7309 (comment).

@dstftw dstftw closed this Nov 21, 2015
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.