Make 'best' format only match non-DASH formats (closes #5554)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 29 Apr 2015 20:53:18 +0000 (22:53 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 29 Apr 2015 20:53:18 +0000 (22:53 +0200)
commit8dd5418803a25de89d08cdb9d32f80f71c5d6c47
treecc5c17a429871a0ab3bad740190fb920cc69f592
parent965cb8d530e4ced61a9bc42530f7f91b67c709e6
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.
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py