Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
prosiebensat1 doesn't work (anymore?) #2737
Comments
|
Thanks for the report, fixed and will be available in the next release of |
|
Type |
Hi...I got this debugoutput, hope this helps.
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.sat1.de/tv/der-letzte-bulle/video/die-verpasste-chance-ganze-folge']
[debug] Encodings: locale ISO8859-15, fs ISO8859-15, out ISO8859-15, pref ISO8859-15
[debug] youtube-dl version 2014.04.11.2
[debug] Python version 2.7.6 - FreeBSD-10.0-STABLE-i386-32bit-ELF
[debug] Proxy map: {}
[prosiebensat1] tv/der-letzte-bulle/video/die-verpasste-chance-ganze-folge: Downloading page
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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 514, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/prosiebensat1.py", line 199, in _real_extract
clip_id = extract(self._CLIPID_REGEXES, 'clip id', page, fatal=True)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/prosiebensat1.py", line 196, in extract
raise RegexNotFoundError(u'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.