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] Support playlists #9812

Closed
smartbit opened this issue Jun 16, 2016 · 3 comments
Closed

[bbc.co.uk] Support playlists #9812

smartbit opened this issue Jun 16, 2016 · 3 comments
Labels

Comments

@smartbit
Copy link

@smartbit smartbit commented Jun 16, 2016

$ youtube-dl --write-sub http://www.bbc.co.uk/iplayer/episodes/b05rcz9v --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--write-sub', u'http://www.bbc.co.uk/iplayer/episodes/b05rcz9v', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.06.16
[debug] Python version 2.7.10 - Darwin-15.5.0-x86_64-i386-64bit
[debug] exe versions: avconv 11.4, avprobe 11.4
[debug] Proxy map: {}
[bbc] b05rcz9v: 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; 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 676, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 342, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbc.py", line 892, in _real_extract
    webpage, 'playlist data'),
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 645, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract playlist data; 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.

individual downloads work fine

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jun 17, 2016

BBC playlists are not supported yet.

@yan12125 yan12125 added the request label Jun 17, 2016
@yan12125 yan12125 changed the title Unable to extract BBC playlist data [bbc.co.uk] Support playlists Jun 17, 2016
@smartbit
Copy link
Author

@smartbit smartbit commented Jun 17, 2016

Thank you for informing and for updating the title.

@dstftw dstftw closed this in ded7511 Jun 17, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 17, 2016

bbc.co.uk playlists are supported since youtube-dl 2016.06.18.1.

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
3 participants
You can’t perform that action at this time.