Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | [tests] Fix YoutubeDL tests | Philipp Hagemeister | |
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that. | |||
2014-03-14 | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | |
2014-01-22 | Use unicode_literals in test_YoutubeDL | Philipp Hagemeister | |
2014-01-22 | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | |
2013-12-24 | Add more tests for format selection | Philipp Hagemeister | |
2013-12-23 | [YoutubeDL] fix tests (Closes #2036) | Philipp Hagemeister | |
2013-12-09 | Set 'NA' as the default value for missing fields in the output template ↵ | Jaime Marquínez Ferrándiz | |
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore | |||
2013-11-03 | Set the extra_info inside YoutubeDL.process_ie_result and set only if the ↵ | Jaime Marquínez Ferrándiz | |
keys are missing | |||
2013-10-28 | Fix YouTubeDL test | Philipp Hagemeister | |
2013-10-21 | Allow to use the extension for the format selection | Jaime Marquínez Ferrándiz | |
The best format with the extension is downloaded. | |||
2013-10-21 | Accept requested formats to be in the format 35/best (closes #1552) | Jaime Marquínez Ferrándiz | |
The format selection code is now an independent function. | |||
2013-10-18 | Extend #980 with --max-quality support | Philipp Hagemeister | |
2013-10-18 | Fix test | Philipp Hagemeister | |
2013-10-11 | Implement the prefer_free_formats in YoutubeDL | Jaime Marquínez Ferrándiz | |