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

Download playlist from youtube #7795

Closed
accorreia123 opened this issue Dec 8, 2015 · 2 comments
Closed

Download playlist from youtube #7795

accorreia123 opened this issue Dec 8, 2015 · 2 comments

Comments

@accorreia123
Copy link

@accorreia123 accorreia123 commented Dec 8, 2015

Feature enabling download playlists from youtube is broken.

D:\Downloads\ac>D:\Downloads\youtube-dl -i -f 18/22 --verbose --write-sub -o ./%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s https://www.youtube.com/playlist?list=PLQObLunIEgaQ7Drxp8yCmsJqidgSsTqlw
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-i', u'-f', u'18/22', u'--verbose', u'--write-sub', u'-o', u'./%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s', u'https://www.youtube.com/playlist?list=PLQObLunIEgaQ7Drxp8yCmsJqidgSsTqlw']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.08.23
[debug] Python version 2.7.8 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-72362-g7ae805d, ffprobe N-72362-g7ae805d, rtmpdump 2.3
[debug] Proxy map: {}
[youtube:playlist] PLQObLunIEgaQ7Drxp8yCmsJqidgSsTqlw: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 655, in extract_info
File "youtube_dl\extractor\common.pyo", line 287, in extract
File "youtube_dl\extractor\youtube.pyo", line 1574, in _real_extract
File "youtube_dl\extractor\youtube.pyo", line 1549, in _extract_playlist
File "youtube_dl\extractor\common.pyo", line 578, in _html_search_regex
File "youtube_dl\extractor\common.pyo", line 569, in _search_regex
RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@anovicecodemonkey
Copy link

@anovicecodemonkey anovicecodemonkey commented Dec 8, 2015

You need to update youtube-dl to the latest version. As the output states: "Make sure you are using the latest version; type youtube-dl -U to update".

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 8, 2015

@jaimeMF jaimeMF closed this Dec 8, 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
3 participants
You can’t perform that action at this time.