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

BBC YouTube-DL Issue #27448

Closed
mollyrealized opened this issue Dec 16, 2020 · 4 comments
Closed

BBC YouTube-DL Issue #27448

mollyrealized opened this issue Dec 16, 2020 · 4 comments

Comments

@mollyrealized
Copy link

[debug] System config: [u'-o', u'~/Desktop/%(title)s.%(ext)s']
[debug] User config: [u'-f', u'best', u'-i']
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.bbc.com/news/av/world-us-canada-55153976']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.12.14
[debug] Python version 2.7.16 (CPython) - Darwin-19.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.3, ffprobe 4.3, rtmpdump 2.4
[debug] Proxy map: {}
[bbc] world-us-canada-55153976: Downloading webpage
[bbc] p090695w: Downloading media selection XML
ERROR: No video formats found; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 1161, in _real_extract
parse_media(try_get(resp, lambda x: x['data']['initialItem']['mediaItem'], dict))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 1150, in parse_media
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1367, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; 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.

@mollyrealized
Copy link
Author

If I paste that in, 'requested format not available'. Additionally, the original verbose output that I pasted in seems to indicate that youtube-dl has a 'bbc' extractor that is not working in this case.

@mollyrealized
Copy link
Author

#23415
#27125
#23232

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

No branches or pull requests

3 participants