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.
Dailymotion: Unable to extract OpenGraph title with 2014.10.05 #3882
Comments
|
Mmm, this video does not seem to have a title. Fixed in youtube-dl 2014.10.05.2. Type |
Latest version of youtube-dl always fails to download the following video:
http://www.dailymotion.com/video/x20qui0_tech
$ youtube-dl --verbose http://www.dailymotion.com/video/x20qui0_tech [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['--verbose', 'http://www.dailymotion.com/video/x20qui0_tech'] [debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968 [debug] youtube-dl version 2014.10.05 [debug] Python version 2.6.5 - Linux-2.6.30-bpo.1-686-bigmem-i686-with-debian-4.0 [debug] Proxy map: {} [dailymotion] x20qui0: Downloading webpage [dailymotion] x20qui0: Extracting information [dailymotion] x20qui0: Downloading embed page 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/youtube_dl/YoutubeDL.py", line 524, in extract_info ie_result = ie.extract(url) File "./youtube-dl/youtube_dl/extractor/common.py", line 193, in extract return self._real_extract(url) File "./youtube-dl/youtube_dl/extractor/dailymotion.py", line 160, in _real_extract 'title': self._og_search_title(webpage), File "./youtube-dl/youtube_dl/extractor/common.py", line 506, in _og_search_title return self._og_search_property('title', html, **kargs) File "./youtube-dl/youtube_dl/extractor/common.py", line 494, in _og_search_property escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, **kargs) File "./youtube-dl/youtube_dl/extractor/common.py", line 418, 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 . 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.