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.
RTBF impossible to choose quality formats #5947
Comments
|
Thanks for the report, all formats are extracted now. |
|
I've just downloaded the latest files: perfect, it works like a charm! Thanks for that super fast update. |
While it's possible to download a video hosted on RTBF.be, it doesn't seem to be possible to choose the quality of the video. On RTBF's webpages, there are 3 choices: "SD", "MD", "HD". By default, youtube-dl takes the highest quality (which may be at random e.g. because it's the first link in the page).
Here is the output I get when I list the available formats from the webpage whose video I want to download:
When I download the video, here is what I get:
When you check out the source code, it seems it takes the first link:
Is there any way to select "high", "web", or "mobile" (respectively "SD", "MD" and "HD") with youtube-dl?