From: Sergey M․ Date: Sat, 17 Dec 2016 16:03:50 +0000 (+0700) Subject: [extractors] Add missing twitch imports X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=04bf59ff64e49f06caffaa121ca5adbd0da66d0d;p=youtube-dl [extractors] Add missing twitch imports --- diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index af9b7003b..202b971e0 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1001,7 +1001,10 @@ from .twitch import ( TwitchChapterIE, TwitchVodIE, TwitchProfileIE, + TwitchAllVideosIE, + TwitchUploadsIE, TwitchPastBroadcastsIE, + TwitchHighlightsIE, TwitchStreamIE, TwitchClipsIE, )