aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_subtitles.py
Commit message (Collapse)AuthorAgeFilesLines
* Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-0/+7
|
* Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-201-1/+9
| | | | downloade (defaut=srt)
* Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-201-5/+26
| | | | Only works in youtube for the moment.
* Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-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 Mejia2013-02-211-2/+2
| | | | api supports the 'srt' format
* better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-201-2/+0
|
* test subtitlesFilippo Valsorda2012-12-171-0/+59