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.
Unable to extract - large playlist #2840
Comments
|
Since the list is private you'll need to use the your login info with the If you found any problem using these steps, feel free to ask. |
|
Ahhh thank you so much JaimeMF. When going on with testing I had the thought that this might be the reason, but was not sure. Thanks again, works perfect.. |
Hi,
I get an error with the updated (youtube-dl -U) version.
I tried to use my "View Later" playlist in youtube to download all the videos for a series of audiobooks, 140 videos in total.
Is there any maximum number of videos that can be handled in a playlist?
If I use another playlist with about 60 videos it works fine.
You will most likely not be able to access the playlist as this ist the standard youtube playlist.
Here is the verbose output:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-x', '--audio-format', 'mp3', '--batch-file', 'hblist.txt', '--download-archive', 'hbdone.txt', '--verbose']
[debug] Batch file urls: [u'https://www.youtube.com/playlist?list=WL19ATAPJ4w6nFCXU-YNZQGA']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.30.1
[debug] Python version 2.7.6 - Linux-3.11.10-7-desktop-x86_64-with-SuSE-13.1-x86_64
[debug] Proxy map: {}
[youtube:playlist] WL19ATAPJ4w6nFCXU-YNZQGA: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1462, in _real_extract
page, u'title')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 386, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 376, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.