Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dailymotion: Unable to extract OpenGraph title with 2014.10.05 #3882

Closed
dwatteau opened this issue Oct 5, 2014 · 1 comment
Closed

Dailymotion: Unable to extract OpenGraph title with 2014.10.05 #3882

dwatteau opened this issue Oct 5, 2014 · 1 comment

Comments

@dwatteau
Copy link

@dwatteau dwatteau commented Oct 5, 2014

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.
@phihag phihag closed this in b10609d Oct 5, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Oct 5, 2014

Mmm, this video does not seem to have a title. Fixed in youtube-dl 2014.10.05.2. Type ./youtube-dl -U to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.