Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | [parameters.json] Set default `format` parameter to `best` | Sergey M․ | |
2015-02-16 | [vimeo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class | |||
2015-02-11 | [test/parameters.json] Set 'fixup' to 'never' | Jaime Marquínez Ferrándiz | |
The fixed audio files for Youtube have a size lower that the minimum required. | |||
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2013-12-01 | Make socket timeout configurable, and bump default to 10 minutes (#1862) | Philipp Hagemeister | |
2013-08-08 | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | |
functionality) | |||
2013-03-20 | Added new option '--list-subs' to show the available subtitle languages | Ismael Mejia | |
2013-03-20 | Added new option '--sub-format' to choose the format of the subtitles to ↵ | Ismael Mejia | |
downloade (defaut=srt) | |||
2013-03-20 | Added new option '--all-srt' to download all the subtitles of a video. | Ismael Mejia | |
Only works in youtube for the moment. | |||
2013-01-01 | Adapt test_download to support playlists, and remove race conditions | Philipp Hagemeister | |
2012-12-11 | use the new --test option to speed up tests (fetch only first 10K) | Filippo Valsorda | |
now all tests working and passing | |||
2012-10-19 | correction on the test | gcmalloc | |