aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow to use the extension for the format selectionJaime Marquínez Ferrándiz2013-10-211-3/+14
| | | | The best format with the extension is downloaded.
* Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz2013-10-211-0/+23
| | | | The format selection code is now an independent function.
* Extend #980 with --max-quality supportPhilipp Hagemeister2013-10-181-2/+41
|
* Fix testPhilipp Hagemeister2013-10-181-7/+18
|
* Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+49