aboutsummaryrefslogtreecommitdiff
path: root/test/test_dailymotion_subtitles.py
AgeCommit message (Collapse)Author
2013-11-10Merge all the subtitles test into a single fileJaime Marquínez Ferrándiz
They reuse a base class
2013-10-31Fix the test for dailymotion subtitlesJaime Marquínez Ferrándiz
The extractor returns a single info_dict now.
2013-10-15Simplify testsPhilipp Hagemeister
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-10-12Add support for single-test tox runsFilippo 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-05add capability to suppress expected warnings in testsFilippo Valsorda
2013-09-14Now --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 mergeIsmael 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 areIsmael Mejia
available
2013-08-08[test] Cleaned subtitles testsIsmael Mejia
2013-08-08[subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia
functionality)
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael 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.