diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-23 21:58:40 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-23 21:58:40 +0600 |
commit | c2e64f71d075bbc916f343916ff1e679f642a821 (patch) | |
tree | 49969bcf0df945d50a61effc4164dc895f78015b /youtube_dl/extractor/__init__.py | |
parent | 0920e5830f890580ec16cdd10bfe8def73a1a09f (diff) |
[twitch] Add support for bookmarks
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 9ab90ac62..9e1ce5db3 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -467,6 +467,7 @@ from .twitch import ( TwitchVodIE, TwitchProfileIE, TwitchPastBroadcastsIE, + TwitchBookmarksIE, TwitchStreamIE, ) from .ubu import UbuIE |