[extractors] Add missing twitch imports
[youtube-dl] / youtube_dl / extractor / extractors.py
index af9b7003b8f4832124ca4baff6bd5560baec853c..202b971e075721c52ddde4db9cc7cebcff464de9 100644 (file)
@@ -1001,7 +1001,10 @@ from .twitch import (
     TwitchChapterIE,
     TwitchVodIE,
     TwitchProfileIE,
+    TwitchAllVideosIE,
+    TwitchUploadsIE,
     TwitchPastBroadcastsIE,
+    TwitchHighlightsIE,
     TwitchStreamIE,
     TwitchClipsIE,
 )