1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 20:12:53 -05: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

View File

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