Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Merge all the subtitles test into a single file | Jaime Marquínez Ferrándiz | |
They reuse a base class | |||
2013-10-31 | Fix the test for dailymotion subtitles | Jaime Marquínez Ferrándiz | |
The extractor returns a single info_dict now. | |||
2013-10-15 | Simplify tests | Philipp Hagemeister | |
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | |||
2013-10-12 | Add support for single-test tox runs | Filippo Valsorda | |
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | |||
2013-10-05 | add capability to suppress expected warnings in tests | Filippo Valsorda | |
2013-09-14 | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412) | Jaime Marquínez Ferrándiz | |
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given | |||
2013-09-06 | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | |
As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002 | |||
2013-08-08 | [subtitles] Added tests to check correct behavior when no subtitles are | Ismael Mejia | |
available | |||
2013-08-08 | [test] Cleaned subtitles tests | Ismael Mejia | |
2013-08-08 | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | |
functionality) | |||
2013-08-07 | [dailymotion] Added support for subtitles + new InfoExtractor for | Ismael Mejia | |
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten. |