Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge all the subtitles test into a single file | Jaime Marquínez Ferrándiz | 2013-11-10 | 1 | -95/+0 |
| | | | | They reuse a base class | ||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -8/+19 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Add support for single-test tox runs | Filippo Valsorda | 2013-10-12 | 1 | -1/+1 |
| | | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | ||||
* | add capability to suppress expected warnings in tests | Filippo Valsorda | 2013-10-05 | 1 | -2/+2 |
| | |||||
* | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412) | Jaime Marquínez Ferrándiz | 2013-09-14 | 1 | -0/+2 |
| | | | | For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given | ||||
* | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | 2013-09-06 | 1 | -3/+10 |
| | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002 | ||||
* | [subtitles] Added tests to check correct behavior when no subtitles are | Ismael Mejia | 2013-08-08 | 1 | -2/+8 |
| | | | | available | ||||
* | [test] Cleaned subtitles tests | Ismael Mejia | 2013-08-08 | 1 | -53/+35 |
| | |||||
* | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | 2013-08-08 | 1 | -8/+0 |
| | | | | functionality) | ||||
* | Use a dictionary for storing the subtitles | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -13/+13 |
| | | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict. | ||||
* | Simplify FakeYDL | Philipp Hagemeister | 2013-06-27 | 1 | -25/+1 |
| | |||||
* | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | 2013-06-26 | 1 | -1/+9 |
| | |||||
* | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -1/+1 |
| | | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903) | ||||
* | Use the new class in the tests | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -11/+11 |
| | |||||
* | Remove mentions of old InfoExtractors module | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | YoutubeIE: fallback to automatic captions when subtitles aren't found ↵ | Jaime Marquínez Ferrándiz | 2013-05-31 | 1 | -1/+11 |
| | | | | | | (closes #843) Also modify test_youtube_subtitles to support running the tests in any order. | ||||
* | Import FileDownloader in test_youtube_subtitles | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -0/+1 |
| | | | | Fix last commit | ||||
* | test_youtube_subtitles: FakeDownloader inherits form FileDownloader | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Fix FakeDownloaders | Philipp Hagemeister | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | The test video for subtitles has added a new language | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | Added new option '--list-subs' to show the available subtitle languages | Ismael Mejia | 2013-03-20 | 1 | -0/+7 |
| | |||||
* | Added new option '--sub-format' to choose the format of the subtitles to ↵ | Ismael Mejia | 2013-03-20 | 1 | -1/+9 |
| | | | | downloade (defaut=srt) | ||||
* | Added new option '--all-srt' to download all the subtitles of a video. | Ismael Mejia | 2013-03-20 | 1 | -5/+26 |
| | | | | Only works in youtube for the moment. | ||||
* | Added new option '--only-srt' to download only the subtitles of a video | Ismael Mejia | 2013-02-21 | 1 | -0/+7 |
| | | | | | | 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) | ||||
* | Removed conversion from youtube closed caption format to srt since youtube ↵ | Ismael Mejia | 2013-02-21 | 1 | -2/+2 |
| | | | | api supports the 'srt' format | ||||
* | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | 2012-12-20 | 1 | -2/+0 |
| | |||||
* | test subtitles | Filippo Valsorda | 2012-12-17 | 1 | -0/+59 |