Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-05 | add capability to suppress expected warnings in tests | Filippo Valsorda | |
2013-09-14 | Now --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 merge | Ismael 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 are | Ismael Mejia | |
available | |||
2013-08-08 | [test] Cleaned subtitles tests | Ismael Mejia | |
2013-08-08 | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | |
functionality) | |||
2013-08-07 | [dailymotion] Added support for subtitles + new InfoExtractor for | Ismael 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. |