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

[prosiebensat1] Add support for playlists #3969

Closed
pejobo opened this issue Oct 16, 2014 · 2 comments
Closed

[prosiebensat1] Add support for playlists #3969

pejobo opened this issue Oct 16, 2014 · 2 comments
Labels

Comments

@pejobo
Copy link

@pejobo pejobo commented Oct 16, 2014

on "the-voice-of-germany.de", a site of prosiebensat1 group..

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.the-voice-of-germany.de/playlists/staffel-4/folge-2-blind-audition-ii']
[debug] Encodings: locale ISO-8859-1, fs ISO-8859-1, out ISO-8859-1, pref ISO-8859-1
[debug] youtube-dl version 2014.10.15
[debug] Python version 2.7.3 - Linux-3.10.36-armv6l-with-debian-7.5
[debug] Proxy map: {}
[prosiebensat1] playlists/staffel-4/folge-2-blind-audition-ii: Downloading webpage
ERROR: Unable to extract clip id; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 524, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 193, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/prosiebensat1.py", line 186, in _real_extract
clip_id = self._html_search_regex(self._CLIPID_REGEXES, webpage, 'clip id')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 434, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 424, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract clip id; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@pejobo
Copy link
Author

@pejobo pejobo commented Oct 16, 2014

Ok, it's a play list, these aren't handled correctly. A single episode is working, e.g. http://www.the-voice-of-germany.de/video/42-folge-2-blind-audition-ii-teil-1-ganze-folge

@dstftw dstftw changed the title RegexNotFoundError: Unable to extract clip id [prosiebensat1] Add support for playlists Jun 12, 2016
@dstftw dstftw added the request label Jun 12, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 24, 2016

Playlists are now supported.

@dstftw dstftw closed this Sep 24, 2016
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
2 participants
You can’t perform that action at this time.