[extractors] Add missing twitch imports

This commit is contained in:
Sergey M․
2016-12-17 23:03:50 +07:00
parent 87a449c1ed
commit 04bf59ff64

View File

@ -1001,7 +1001,10 @@ from .twitch import (
TwitchChapterIE,
TwitchVodIE,
TwitchProfileIE,
TwitchAllVideosIE,
TwitchUploadsIE,
TwitchPastBroadcastsIE,
TwitchHighlightsIE,
TwitchStreamIE,
TwitchClipsIE,
)