[extractors] Add missing twitch imports

This commit is contained in:
Sergey M․ 2016-12-17 23:03:50 +07:00
parent 87a449c1ed
commit 04bf59ff64
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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