diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-21 22:27:21 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-21 22:27:21 +0600 |
commit | c5db6bb32ba708bc5c92a68487b07be2374f416d (patch) | |
tree | a9e273a497c4621fc587144bac290080dbb77eed /youtube_dl/extractor/__init__.py | |
parent | 47e0e1e0e2306dd7119844bbbc3ef39ccb175ed1 (diff) |
[twitch] Refactor and add support for past broadcasts
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 2b9d4455d..0b0f3be19 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -458,7 +458,13 @@ from .tvigle import TvigleIE from .tvp import TvpIE, TvpSeriesIE from .tvplay import TVPlayIE from .twentyfourvideo import TwentyFourVideoIE -from .twitch import TwitchIE +from .twitch import ( + TwitchVideoIE, + TwitchChapterIE, + TwitchVodIE, + TwitchProfileIE, + TwitchPastBroadcastsIE, +) from .ubu import UbuIE from .udemy import ( UdemyIE, |