Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tests] Fix YoutubeDL tests | Philipp Hagemeister | 2014-04-04 | 1 | -31/+43 | |
| | | | | Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that. | |||||
* | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | 2014-03-14 | 1 | -0/+18 | |
| | ||||||
* | Use unicode_literals in test_YoutubeDL | Philipp Hagemeister | 2014-01-22 | 1 | -62/+64 | |
| | ||||||
* | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | 2014-01-22 | 1 | -0/+30 | |
| | ||||||
* | Add more tests for format selection | Philipp Hagemeister | 2013-12-24 | 1 | -9/+66 | |
| | ||||||
* | [YoutubeDL] fix tests (Closes #2036) | Philipp Hagemeister | 2013-12-23 | 1 | -8/+8 | |
| | ||||||
* | Set 'NA' as the default value for missing fields in the output template ↵ | Jaime Marquínez Ferrándiz | 2013-12-09 | 1 | -0/+15 | |
| | | | | | | (fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore | |||||
* | Set the extra_info inside YoutubeDL.process_ie_result and set only if the ↵ | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -0/+12 | |
| | | | | keys are missing | |||||
* | Fix YouTubeDL test | Philipp Hagemeister | 2013-10-28 | 1 | -4/+4 | |
| | ||||||
* | Allow to use the extension for the format selection | Jaime Marquínez Ferrándiz | 2013-10-21 | 1 | -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ándiz | 2013-10-21 | 1 | -0/+23 | |
| | | | | The format selection code is now an independent function. | |||||
* | Extend #980 with --max-quality support | Philipp Hagemeister | 2013-10-18 | 1 | -2/+41 | |
| | ||||||
* | Fix test | Philipp Hagemeister | 2013-10-18 | 1 | -7/+18 | |
| | ||||||
* | Implement the prefer_free_formats in YoutubeDL | Jaime Marquínez Ferrándiz | 2013-10-11 | 1 | -0/+49 | |