aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
...
* [tests] Fix YoutubeDL testsPhilipp Hagemeister2014-04-041-31/+43
* Add bestvideo and worstvideo to special format names (#2163)Jaime Marquínez Ferrándiz2014-03-141-0/+18
* Use unicode_literals in test_YoutubeDLPhilipp Hagemeister2014-01-221-62/+64
* Add -f bestaudio (Fixes #2163)Philipp Hagemeister2014-01-221-0/+30
* Add more tests for format selectionPhilipp Hagemeister2013-12-241-9/+66
* [YoutubeDL] fix tests (Closes #2036)Philipp Hagemeister2013-12-231-8/+8
* Set 'NA' as the default value for missing fields in the output template (fixe...Jaime Marquínez Ferrándiz2013-12-091-0/+15
* Set the extra_info inside YoutubeDL.process_ie_result and set only if the key...Jaime Marquínez Ferrándiz2013-11-031-0/+12
* Fix YouTubeDL testPhilipp Hagemeister2013-10-281-4/+4
* Allow to use the extension for the format selectionJaime Marquínez Ferrándiz2013-10-211-3/+14
* Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz2013-10-211-0/+23
* 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