aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_subtitles.py
AgeCommit message (Collapse)Author
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 ↵Ismael Mejia
downloade (defaut=srt)
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
Only works in youtube for the moment.
2013-02-21Added new option '--only-srt' to download only the subtitles of a videoIsmael 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-21Removed conversion from youtube closed caption format to srt since youtube ↵Ismael Mejia
api supports the 'srt' format
2012-12-20better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda
2012-12-17test subtitlesFilippo Valsorda