logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 04bf59ff64e49f06caffaa121ca5adbd0da66d0d
parent 87a449c1edbbb3761fbb6fc3a100152aa961f95b
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 17 Dec 2016 23:03:50 +0700

[extractors] Add missing twitch imports

Diffstat:

Myoutube_dl/extractor/extractors.py3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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, )