[dailymotion] Added support for subtitles + new InfoExtractor for
authorIsmael Mejia <iemejia@gmail.com>
Wed, 7 Aug 2013 16:59:11 +0000 (18:59 +0200)
committerIsmael Mejia <iemejia@gmail.com>
Wed, 7 Aug 2013 16:59:11 +0000 (18:59 +0200)
commit953e32b2c1be077e65bba844010a5a2707af2e2b
treeaec6c45a70102d4c49700bf2f1630a5066d77143
parent5898e282726bc2f54fc52fe425c389226e31a797
[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.
test/test_dailymotion_subtitles.py [new file with mode: 0644]
youtube_dl/__init__.py
youtube_dl/extractor/dailymotion.py
youtube_dl/extractor/subtitles.py [new file with mode: 0644]