[twitch] Rework extractors (closes #12297, closes #20414, closes #20604, closes ...
[youtube-dl] / youtube_dl / extractor / extractors.py
index 4b3092028f46fbfbb7ac8a64d43d10c1d1eff148..9564465a0968cca27a29b5be34a78fc29debec73 100644 (file)
@@ -1229,14 +1229,11 @@ from .twentymin import TwentyMinutenIE
 from .twentythreevideo import TwentyThreeVideoIE
 from .twitcasting import TwitCastingIE
 from .twitch import (
-    TwitchVideoIE,
-    TwitchChapterIE,
     TwitchVodIE,
-    TwitchProfileIE,
-    TwitchAllVideosIE,
-    TwitchUploadsIE,
-    TwitchPastBroadcastsIE,
-    TwitchHighlightsIE,
+    TwitchCollectionIE,
+    TwitchVideosIE,
+    TwitchVideosClipsIE,
+    TwitchVideosCollectionsIE,
     TwitchStreamIE,
     TwitchClipsIE,
 )