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.
new update changes format preferences. #17670
Comments
|
It selects format 43 that is |
|
Again: no changes were made in format selection mechanisms and it behaves exactly as you requested. It may select 18 for some videos if 18 will happen to be better than 43 in terms of quality. For this particular video 43 is better (bigger file size) thus it's being selected. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.09.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to 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
Previous versions of the youtube-dl program would(on youtube at least) select the 360p stream on it and every other site with my format settings. Sometime between the current 09.10.2018 and the previous release in testing the format that's downloaded has changed. Previously it'd select format 18 with the settings I have and now it's doing format 23 for reasons that I don't understand because format 23 was always listed as a higher quality format and if you did best[height<=360] and didn't include a /best[ext=mp4].
Here's the current youtube-dl.conf file I have been using since someone told me how to always do 360p mp4 files in the IRC I believe.
It seems to be a regression somewhere but I can't remember when this was changed nor when I first started using that format settings chain as I tried swapping parameters and it still doesn't do what it used to do.