1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-16 08:49:34 +00:00

[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,
)