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.
zdf extractor does not work #1518
Comments
|
Should work now with 2013.10.04. Can you retest? |
|
It does not work. It just creates an empty file:
Is it a dependency problem on my side? |
|
No, it's probably a bug in mplayer. The stream URL is fine for me too, but my old mplayer can't play it (I used vlc to test). I'll investigate further. |
|
Thanks. You haven't download it via the yt-dl (zdf) extracter but tested the stream (without downloading)? Or is there a way to specify the application that is used to write the stream to disk?
Thanks a lot. |
|
I am having the same question: If mplayer can't do these streams, how can I specify another application (vlc)? Thanks |
|
You could link the executable file to /usr/local/bin it is first in your PATH (or should be), so when the script looks for mplayer it will use the link in /usr/local/bin/mplayer which leads to /usr/bin/vlc or what ever you use. Not a good method, because then you need to alias mplayer ( I will try that with mpv (more modern mplayer fork) when i am back at my debian machine. I think you could alter yt-dls environment so only yt-dl would use "the other mplayer" and not other programs. But i don't know enough about |
|
Thanks for the suggestion. I just tried that with mpv and with vlc. None of them work. mpv does not output any error:
But vlc does:
|
|
In youtube-dl 2013.11.25, I rewrote the ZDF extractor to support many more formats, and use HTTP downloads by default. You can see all of the supported formats with
As usual, you can use |
This also comes with a lot of extra format fields Fixes #1518
|
Thanks @phihag |
Hi there.
yt-dl works perfectly with the most important sites. But now i tried the ZDF mediathek and it does not work because the links seems unvalid.
Here my log:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 158, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://www.zdf.de/ZDFmediathek#/beitrag/video/1948922/Borgia---Folge-12-der-ersten-Staffel; 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.