You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/test
Ismael Mejia 953e32b2c1 [dailymotion] Added support for subtitles + new InfoExtractor for
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.
11 years ago
..
helper.py Move testcase generator to helper 11 years ago
parameters.json Added new option '--list-subs' to show the available subtitle languages 11 years ago
test_all_urls.py [youtube:subscriptions] Use colon for differentiation of shortcuts 11 years ago
test_dailymotion_subtitles.py [dailymotion] Added support for subtitles + new InfoExtractor for 11 years ago
test_download.py Print which IE is being skipped in test_download 11 years ago
test_execution.py Improve execution tests 12 years ago
test_utils.py Add helper function find_path_attr 11 years ago
test_write_info_json.py Split FileDownloader in two classes: FileDownloader and YoutubeDL 11 years ago
test_youtube_lists.py [youtube]: add YoutubeShowIE (closes #14) 11 years ago
test_youtube_sig.py YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin 11 years ago
test_youtube_subtitles.py Use a dictionary for storing the subtitles 11 years ago