diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-22 23:11:22 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-22 23:11:22 +0600 |
commit | 240b9b7a5cd5f19f50ae28fb3ef991fede216ef6 (patch) | |
tree | b9d5845ab440033a4e7fb413cfd398fee6c392ae /youtube_dl/extractor/__init__.py | |
parent | bb6e38787dcc3593a4d9cb66bcf9f736570e944a (diff) |
[twitch] Add support for streams (Closes #893, closes #3693, closes #1884)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index be3fecd0d..a983fff76 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -466,6 +466,7 @@ from .twitch import ( TwitchVodIE, TwitchProfileIE, TwitchPastBroadcastsIE, + TwitchStreamIE, ) from .ubu import UbuIE from .udemy import ( |