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

Broken BBC download (http://www.bbc.co.uk/schoolreport/35744779) #8822

Closed
mcepl opened this issue Mar 10, 2016 · 0 comments
Closed

Broken BBC download (http://www.bbc.co.uk/schoolreport/35744779) #8822

mcepl opened this issue Mar 10, 2016 · 0 comments

Comments

@mcepl
Copy link
Contributor

@mcepl mcepl commented Mar 10, 2016

matej@mitmanek: ~$ youtube-dl --verbose 'http://www.bbc.co.uk/schoolreport/35744779'
[debug] System config: [u'--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.bbc.co.uk/schoolreport/35744779']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.03.06
[debug] Python version 2.7.5 - Linux-3.10.0-357.el7.x86_64-x86_64-with-redhat-7.3-Maipo
[debug] exe versions: ffmpeg 2.6.5, ffprobe 2.6.5, rtmpdump 2.4
[debug] Proxy map: {}
[bbc] 35744779: Downloading webpage
[bbc] p03lsz19: Downloading media selection XML
[bbc] p03lsz19: Downloading m3u8 information
[bbc] p03lsz19: Downloading m3u8 information
ERROR: Unable to extract OpenGraph title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 668, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 319, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/bbc.py", line 800, in _real_extract
    playlist_title = playlist_title or remove_end(self._og_search_title(webpage), ' - BBC News')
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 708, in _og_search_title
    return self._og_search_property('title', html, **kargs)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 696, in _og_search_property
    escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, **kargs)
  File "/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 614, 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; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

matej@mitmanek: ~$
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
1 participant
You can’t perform that action at this time.