Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
Typo: twice "the the" to "the"
|
|
|
|
Typo "incompatible" instead of "uncompatible"
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
bestvideo+bestaudio/best
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IE_NAME can contain unicode characters, so it shouldn't be a problem.
|
|
|
|
|
|
|
|
|
|
|
|
Added support for mpv if mplayer is not available (new version)
|
|
|
|
|
|
|