yt-dlc/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.
2013-08-07 18:59:11 +02:00
..
helper.py Move testcase generator to helper 2013-06-27 21:15:16 +02:00
parameters.json Added new option '--list-subs' to show the available subtitle languages 2013-03-20 08:41:54 +01:00
test_all_urls.py [youtube:subscriptions] Use colon for differentiation of shortcuts 2013-07-07 17:13:26 +02:00
test_dailymotion_subtitles.py [dailymotion] Added support for subtitles + new InfoExtractor for 2013-08-07 18:59:11 +02:00
test_download.py Print which IE is being skipped in test_download 2013-06-28 11:20:00 +02:00
test_execution.py Improve execution tests 2012-12-01 15:52:34 +01:00
test_utils.py Add helper function find_path_attr 2013-07-11 16:12:08 +02:00
test_write_info_json.py Split FileDownloader in two classes: FileDownloader and YoutubeDL 2013-06-24 10:21:43 +02:00
test_youtube_lists.py [youtube]: add YoutubeShowIE (closes #14) 2013-07-01 17:59:28 +02:00
test_youtube_sig.py YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin 2013-07-19 17:12:40 +02:00
test_youtube_subtitles.py Use a dictionary for storing the subtitles 2013-07-20 12:52:25 +02:00