BBC weather
See original GitHub issueChecklist
- [ x] I’m reporting a broken site support
- [x ] I’ve verified that I’m running youtube-dl version 2021.01.08
- [x ] I’ve checked that all provided URLs are alive and playable in a browser
- [x ] I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- [x ] I’ve searched the bugtracker for similar issues including closed ones
Verbose log
PASTE VERBOSE LOG HERE
youtube-dl --verbose https://www.bbc.co.uk/weather/features/55581056 [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘–verbose’, ‘https://www.bbc.co.uk/weather/features/55581056’] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2021.01.08 [debug] Python version 3.9.1 (CPython) - Linux-5.4.88-1-lts-x86_64-with-glibc2.32 [debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4 [debug] Proxy map: {} [bbc] 55581056: Downloading webpage ERROR: Unable to extract playlist data; 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/python3.9/site-packages/youtube_dl/YoutubeDL.py”, line 803, in wrapper return func(self, *args, **kwargs) File “/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py”, line 824, in __extract_info ie_result = ie.extract(url) File “/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py”, line 532, in extract ie_result = self._real_extract(url) File “/usr/lib/python3.9/site-packages/youtube_dl/extractor/bbc.py”, line 1174, in _real_extract self._search_regex( File “/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py”, line 1010, in _search_regex raise RegexNotFoundError(‘Unable to extract %s’ % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract playlist data; 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.
Description
WRITE DESCRIPTION HERE This error is reported when trying to extract the video report from the page… https://www.bbc.co.uk/weather/features/5558105
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top GitHub Comments
Manual workaround for fetching to disk the “Weather for the Week Ahead” clip found on:
https://www.bbc.com/weather/features/55581056
Page Source
data-parent-pid
stringp093xhx6
yt-dl
the above URIyoutube-dl -F "https://www.bbc.co.uk/programmes/p093xhx6"
=>Hi! Thanks for creating an issue. I’ve just checked, and I get this issue too. I think this might be a duplicate of #14168 which hasn’t had a response as of yet - it looks like either a bug in the BBC extractor, a lack of proper support for BBC Weather, or some change in BBC’s delivery system. This may be fixed by #23415 which hasn’t been merged yet.