aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_subtitles.py
AgeCommit message (Expand)Author
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
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 (closes...Jaime Marquínez Ferrándiz
2013-05-10Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz
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 down...Ismael Mejia
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
2013-02-21Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia
2013-02-21Removed conversion from youtube closed caption format to srt since youtube ap...Ismael Mejia
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-17test subtitlesFilippo Valsorda