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.co.uk broke in v2015.09.22, but 2015.09.09 still works #6983

Closed
lucendio opened this issue Sep 26, 2015 · 0 comments
Closed

bbc.co.uk broke in v2015.09.22, but 2015.09.09 still works #6983

lucendio opened this issue Sep 26, 2015 · 0 comments

Comments

@lucendio
Copy link

@lucendio lucendio commented Sep 26, 2015

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://www.bbc.co.uk/programmes/b06bp7lf', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.09.22
[debug] Python version 2.7.10 - Darwin-14.5.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.7.2, ffprobe 2.7.2, rtmpdump 2.4
[debug] Proxy map: {}
[bbc.co.uk] b06bp7lf: Downloading video page
[bbc.co.uk] b06bp7lf: Downloading playlist JSON
[bbc.co.uk] b06bp7kf: Downloading media selection XML
ERROR: bbc.co.uk returned error: geolocation
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 295, in _download_media_selector
mediaselector_url % programme_id, programme_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 312, in _download_media_selector_url
return self._process_media_selector(media_selection, programme_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 318, in _process_media_selector
for media in self._extract_medias(media_selection):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 228, in _extract_medias
raise BBCCoUkIE.MediaSelectionError(error.get('id'))
MediaSelectionError
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 434, in _real_extract
programme_id, title, description, duration, formats, subtitles = self._download_playlist(group_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 345, in _download_playlist
formats, subtitles = self._download_media_selector(programme_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 300, in _download_media_selector
self._raise_extractor_error(e)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 288, in _raise_extractor_error
expected=True)
ExtractorError: bbc.co.uk returned error: geolocation

If you need any further information, please let me know!

@dstftw dstftw closed this in ee3d5a6 Sep 26, 2015
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.