aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_subtitles.py
AgeCommit message (Collapse)Author
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-07-20Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz
The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
2013-06-27Simplify FakeYDLPhilipp Hagemeister
2013-06-26Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
Now automatic subtitles are only downloaded if the option is given. (closes #903)
2013-06-24Use the new class in the testsJaime Marquínez Ferrándiz
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-05-31YoutubeIE: fallback to automatic captions when subtitles aren't found ↵Jaime Marquínez Ferrándiz
(closes #843) Also modify test_youtube_subtitles to support running the tests in any order.
2013-05-10Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz
Fix last commit
2013-05-10test_youtube_subtitles: FakeDownloader inherits form FileDownloaderJaime Marquínez Ferrándiz
2013-04-30Fix FakeDownloadersPhilipp Hagemeister
2013-04-20The test video for subtitles has added a new languageJaime Marquínez Ferrándiz
2013-03-20Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia
2013-03-20Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia
downloade (defaut=srt)
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
Only works in youtube for the moment.
2013-02-21Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia
Improved option '--srt-lang' - it shows the argument in case of missing subtitles - added language suffix for non-english languages (e.g. video.it.srt)
2013-02-21Removed conversion from youtube closed caption format to srt since youtube ↵Ismael Mejia
api supports the 'srt' format
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-17test subtitlesFilippo Valsorda