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 OpenGraph title #2359
Comments
|
Upgrade to a more recent version of youtube-dl with |
|
1st thing I do is I use youtube-dl -U. I got this yesterday night. Above as pushed 21 days ago. |
|
As seen in the debug version you are using an outdated version (2013.12.04), if you get the same error in more recent versions, please post the output you get and we will reopen the issue. |
Same problem here with the latest version as for now. |
|
@hakermania Your version is over a year old. Since we release nearly every day, I cannot fathom why you'd think of it as the latest. Running |
|
You are absolutely right. I was almost sure that it wrote 2015 there and not 2014. My bad. |
Following error
C:\Downloads>youtube-dl -i -w -c -r 100k -f mp4 -v -o "%(uploader)s%(playlist)s
%(playlist_index)s-%(title)s-%(id)s.%(ext)s" http://www.youtube.com/playlist?li
st=UUQJ6ESCWQotBwtJm0Ff_gyQ
Waiting for file handle to be closed ...
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-i', '-w', '-c', '-r', '100k', '-f', 'mp4', '-v', '
-o', '%(uploader)s%(playlist)s%(playlist_index)s-%(title)s-%(id)s.%(ext)s',
'http://www.youtube.com/playlist?list=UUQJ6ESCWQotBwtJm0Ff_gyQ']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.5 - Windows-8-6.2.9200
[debug] Proxy map: {}
[youtube:playlist] UUQJ6ESCWQotBwtJm0Ff_gyQ: 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 "youtube_dl\YoutubeDL.pyo", line 429, in extract_info
File "youtube_dl\extractor\common.pyo", line 131, in extract
File "youtube_dl\extractor\youtube.pyo", line 1604, in _real_extract
File "youtube_dl\extractor\common.pyo", line 356, in _og_search_title
File "youtube_dl\extractor\common.pyo", line 344, in _og_search_property
File "youtube_dl\extractor\common.pyo", line 284, in _search_regex
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 an
d include its complete output. Make sure you are using the latest version; type
youtube-dl -U to update.