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.
Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
1280x720 mp4 file (https://rodlzdf-a.akamaihd.net/none/zdf/16/03/160320_kudamm_teil1_kud/4/160320_kudamm_teil1_kud_3328k_p36v12.mp4) has not been discovered. It should be selected as "best" instead of hls-3258 ts stream (which would need ffmpeg processing).
Above is only an example for the issue with ZDF.
I'm aware of one working workaround for this issue: using the advertised HTTP link for mp4 file with the highest resolution, try to locate a file with HD resolution by replacing the trailing part of the URL.
https://github.com/mediathekview/MServer/blob/8dc8646ba66d80d747bf21394dcc7ed0a1f293dc/src/main/java/mServer/crawler/sender/MediathekZdf.java#L189-L236