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.
Problem with gorillavid and similar #6822
Comments
|
Works fine for me. Post the output of |
|
There you go. Thanks! [debug] System config: [] |
|
This issue has been fixed and will be available in the next version. Thanks for the report. |
|
I know this issue is fixed, but when the new version is going to be released? We can't still download from gorillavid or similar Thanks |
It stopped working on 2015.09.09. Here is a complete sample trace:
Aldos-MacBook-Pro:Downloads aldoilsant$ /tmp/ytdl --verbose http://gorillavid.in/wd02l7bknnsa
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://gorillavid.in/wd02l7bknnsa']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.09.09
[debug] Python version 2.7.10 - Darwin-14.5.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[GorillaVid] wd02l7bknnsa: Downloading webpage
[GorillaVid] wd02l7bknnsa: Downloading video page
ERROR: Unable to extract OpenGraph 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 "/tmp/ytdl/youtube_dl/YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "/tmp/ytdl/youtube_dl/extractor/common.py", line 287, in extract
return self._real_extract(url)
File "/tmp/ytdl/youtube_dl/extractor/gorillavid.py", line 109, in _real_extract
webpage, 'title', default=None) or self._og_search_title(webpage)
File "/tmp/ytdl/youtube_dl/extractor/common.py", line 668, in _og_search_title
return self._og_search_property('title', html, *_kargs)
File "/tmp/ytdl/youtube_dl/extractor/common.py", line 656, in _og_search_property
escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, *_kargs)
File "/tmp/ytdl/youtube_dl/extractor/common.py", line 575, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract OpenGraph 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.