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.
Failure with Youtube Mix (not playlist) download #1839
Comments
|
Are you sure you are trying to download a playlist?, it looks like the url has a video id: |
|
The cleaner URL is youtube-dl --verbose --extract-audio --audio-format mp3 "http://www.youtube.com/watch?v=QEQBfJwYlLY&list=RDDprmuBbi0N0" |
|
Okay, doing some further research on this:
I did notice that the 'PL' prefix is being added in the initial comment [youtube:playlist] Downloading playlist PLRDDprmuBbi0N0 - add --no-playlist to just download video QEQBfJwYlLY but doesn't appear in the subsequent line. |
|
The fix will be available in the next release, thanks for the report! |
|
This fix has been added into youtube-dl 2013.11.28. Type |
youtube-dl --extract-audio --audio-format mp3 http://www.youtube.com/watch?list=RDz6h-rQmyaag
[youtube:playlist] RDz6h-rQmyaag: Downloading page #1
ERROR: Unable to extract OpenGraph 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.
[mherbert@mherbert Albums]$ youtube-dl --verbose --extract-audio --audio-format mp3 http://www.youtube.com/watch?list=RDz6h-rQmyaag
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--extract-audio', '--audio-format', 'mp3', 'http://www.youtube.com/watch?list=RDz6h-rQmyaag']
[debug] youtube-dl version 2013.11.26
[debug] Python version 2.7.5 - Linux-3.11.8-200.fc19.i686.PAE-i686-with-fedora-19-Schrödinger’s_Cat
[debug] Proxy map: {}
[youtube:playlist] RDz6h-rQmyaag: Downloading page #1
ERROR: Unable to extract OpenGraph 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 428, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 131, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1572, in _real_extract
playlist_title = self._og_search_title(page)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 355, in _og_search_title
return self._og_search_property('title', html, *_kargs)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 343, in _og_search_property
escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, *_kargs)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 283, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract OpenGraph 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.
Also fails without the --extract-audio options