Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | Simplify FakeYDL | Philipp Hagemeister | |
2013-06-26 | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | |
2013-06-25 | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | |
Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||
2013-06-24 | Use the new class in the tests | Jaime Marquínez Ferrándiz | |
2013-06-23 | Remove mentions of old InfoExtractors module | Philipp Hagemeister | |
2013-05-31 | YoutubeIE: 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-10 | Import FileDownloader in test_youtube_subtitles | Jaime Marquínez Ferrándiz | |
Fix last commit | |||
2013-05-10 | test_youtube_subtitles: FakeDownloader inherits form FileDownloader | Jaime Marquínez Ferrándiz | |
2013-04-30 | Fix FakeDownloaders | Philipp Hagemeister | |
2013-04-20 | The test video for subtitles has added a new language | Jaime Marquínez Ferrándiz | |
2013-03-20 | Added new option '--list-subs' to show the available subtitle languages | Ismael Mejia | |
2013-03-20 | Added new option '--sub-format' to choose the format of the subtitles to ↵ | Ismael Mejia | |
downloade (defaut=srt) | |||
2013-03-20 | Added new option '--all-srt' to download all the subtitles of a video. | Ismael Mejia | |
Only works in youtube for the moment. | |||
2013-02-21 | Added new option '--only-srt' to download only the subtitles of a video | Ismael 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-21 | Removed conversion from youtube closed caption format to srt since youtube ↵ | Ismael Mejia | |
api supports the 'srt' format | |||
2012-12-20 | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | |
2012-12-17 | test subtitles | Filippo Valsorda | |