Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-15 | [test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and ↵ | Jaime Marquínez Ferrándiz | |
'playlist_items' | |||
2015-04-29 | Make 'best' format only match non-DASH formats (closes #5554) | Jaime Marquínez Ferrándiz | |
Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier. For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before. | |||
2015-04-25 | Remove the --max-quality option | Jaime Marquínez Ferrándiz | |
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. | |||
2015-04-18 | Postprocessors: use a list for the files that can be deleted | Jaime Marquínez Ferrándiz | |
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles). | |||
2015-03-20 | [test/YoutubeDL] test match_filter | Jaime Marquínez Ferrándiz | |
2015-03-20 | [test/YoutubeDL] split in two classes | Jaime Marquínez Ferrándiz | |
The name was misleading | |||
2015-03-14 | [test/YoutubeDL] Use valid urls | Jaime Marquínez Ferrándiz | |
It failed on python 3.4 when building the http_headers field | |||
2015-02-22 | [YoutubeDL] only add normal subtitles to the 'requested_subtitles' field if ↵ | Jaime Marquínez Ferrándiz | |
'writesubtitles' is True | |||
2015-02-22 | [test/YoutubeDL] Add test for subtitles | Jaime Marquínez Ferrándiz | |
Updated the offlinetest make target to not skip it | |||
2015-02-06 | [test/test_YoutubeDL] Remove debug print call | Jaime Marquínez Ferrándiz | |
2015-02-06 | [test/YoutubeDL] Add a simple test for postprocesors | Jaime Marquínez Ferrándiz | |
Just checks that the 'keepvideo' option works as intended. | |||
2015-01-23 | [YoutubeDL] Allow filtering by properties (Fixes #4584) | Philipp Hagemeister | |
2015-01-08 | [YoutubeDL] Allow selection by more extensions | Philipp Hagemeister | |
2015-01-04 | [tests] Remove format 138 from tests (#4559) | Philipp Hagemeister | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-08-22 | [test_YoutubeDL] Reorder formats (#3542) | Philipp Hagemeister | |
2014-05-21 | fixed (what I assume was a typo) that caused test_format_note to always fail. | codesparkle | |
This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f. | |||
2014-04-30 | [YoutubeDL] Add simple tests for format_note (Closes #2825) | Philipp Hagemeister | |
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 | |