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

Youtube playlist downloading not functional #3066

Closed
peterlazar1993 opened this issue Jun 11, 2014 · 4 comments
Closed

Youtube playlist downloading not functional #3066

peterlazar1993 opened this issue Jun 11, 2014 · 4 comments

Comments

@peterlazar1993
Copy link

@peterlazar1993 peterlazar1993 commented Jun 11, 2014

No description provided.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jun 11, 2014

@peterlazar1993
Copy link
Author

@peterlazar1993 peterlazar1993 commented Jun 12, 2014

Here is the verbose output, as you can see it downloads only the first video in the playlist and then says: 'list' is not recognized as an internal or external command,
operable program or batch file.

D:\cs50\videos\CS50 Lectures 2013>youtube-dl --verbose --prefer-insecure https:/
/www.youtube.com/watch?v=ZqnNXXIC8EA&list=PLhQjrBD2T382UWCQZo53F-vWst43z4wSN
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--prefer-insecure', 'https://www.youtu
be.com/watch?v=ZqnNXXIC8EA']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2014.06.09
[debug] Python version 3.3.5rc1 - Windows-8-6.2.9200
[debug] Proxy map: {}
[youtube] Setting language
WARNING: unable to set language: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:548)>
[youtube] ZqnNXXIC8EA: Downloading webpage
[youtube] ZqnNXXIC8EA: Downloading video info webpage
[youtube] ZqnNXXIC8EA: Extracting video information
[download] Destination: Next Time - Bathroom-ZqnNXXIC8EA.mp4
[download] 100% of 2.21MiB in 00:32
'list' is not recognized as an internal or external command,
operable program or batch file.
'list' is not recognized as an internal or external command,
operable program or batch file.

D:\cs50\videos\CS50 Lectures 2013>

@peterlazar1993
Copy link
Author

@peterlazar1993 peterlazar1993 commented Jun 12, 2014

I'll also try on a Linux system and post the result soon

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 12, 2014

You should escape ampersand or put the whole URL in quotes as follows:
youtube-dl --verbose --prefer-insecure "https://www.youtube.com/watch?v=ZqnNXXIC8EA&list=PLhQjrBD2T382UWCQZo53F-vWst43z4wSN"

@dstftw dstftw closed this Jun 12, 2014
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
3 participants
You can’t perform that action at this time.