1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-12 05:44:04 +02: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, TwitchChapterIE,
TwitchVodIE, TwitchVodIE,
TwitchProfileIE, TwitchProfileIE,
TwitchAllVideosIE,
TwitchUploadsIE,
TwitchPastBroadcastsIE, TwitchPastBroadcastsIE,
TwitchHighlightsIE,
TwitchStreamIE, TwitchStreamIE,
TwitchClipsIE, TwitchClipsIE,
) )