aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_subtitles.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify testsPhilipp Hagemeister2013-10-151-8/+19
* Add support for single-test tox runsFilippo Valsorda2013-10-121-1/+1
* add capability to suppress expected warnings in testsFilippo Valsorda2013-10-051-2/+2
* Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-0/+2
* [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-061-3/+10
* [subtitles] Added tests to check correct behavior when no subtitles areIsmael Mejia2013-08-081-2/+8
* [test] Cleaned subtitles testsIsmael Mejia2013-08-081-53/+35
* [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-081-8/+0
* Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-13/+13
* Simplify FakeYDLPhilipp Hagemeister2013-06-271-25/+1
* Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-261-1/+9
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-251-1/+1
* Use the new class in the testsJaime Marquínez Ferrándiz2013-06-241-11/+11
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-1/+1
* YoutubeIE: fallback to automatic captions when subtitles aren't found (closes...Jaime Marquínez Ferrándiz2013-05-311-1/+11
* Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz2013-05-101-0/+1
* test_youtube_subtitles: FakeDownloader inherits form FileDownloaderJaime Marquínez Ferrándiz2013-05-101-1/+1
* Fix FakeDownloadersPhilipp Hagemeister2013-04-301-1/+1
* The test video for subtitles has added a new languageJaime Marquínez Ferrándiz2013-04-201-1/+1
* Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-0/+7
* Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia2013-03-201-1/+9
* Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-201-5/+26
* Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-0/+7
* Removed conversion from youtube closed caption format to srt since youtube ap...Ismael Mejia2013-02-211-2/+2
* better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-201-2/+0
* test subtitlesFilippo Valsorda2012-12-171-0/+59