Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In order to properly handle JSON info files generated by youtube-dl versions prior to 4070b458ece46a29dad9be2312a7daa48bb2f1d7
|
|
|
|
|
|
closes #5564)
|
|
|
|
|
|
|
|
|
|
|
|
Make 'best' format only match non-DASH formats (closes #5554)
|
|
|
|
|
|
|
|
Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier.
For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.
|
|
|
|
|
|
All test videos can be downloaded without username and password now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seems the site now provides webm with higher bitrates
|
|
|
|
|
|
Since they have changed again to the previous format, I've modified the regex to match both formats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove the --max-quality option
|
|
|
|
|
|
|
|
|
|
|
|
|