Remove the --max-quality option
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 25 Apr 2015 09:59:54 +0000 (11:59 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 25 Apr 2015 09:59:54 +0000 (11:59 +0200)
commit9f3fa89f7c6300c8a7372cf7f694fd8a659785cb
treea2930f8f237f66d1fe3bc1fa7a9156d16d9a2460
parent92995e6265d2287ee67af869e36a56a05fb86a06
Remove the --max-quality option

It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality.
Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.
test/parameters.json
test/test_YoutubeDL.py
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/options.py
youtube_dl/utils.py