[extractors] Add missing twitch imports
[youtube-dl] / youtube_dl / extractor / extractors.py
index 519908857933767fed1237fcf17b438dba69d3d7..202b971e075721c52ddde4db9cc7cebcff464de9 100644 (file)
@@ -498,6 +498,7 @@ from .mangomolo import (
 )
 from .matchtv import MatchTVIE
 from .mdr import MDRIE
+from .meipai import MeipaiIE
 from .melonvod import MelonVODIE
 from .meta import METAIE
 from .metacafe import MetacafeIE
@@ -1000,7 +1001,10 @@ from .twitch import (
     TwitchChapterIE,
     TwitchVodIE,
     TwitchProfileIE,
+    TwitchAllVideosIE,
+    TwitchUploadsIE,
     TwitchPastBroadcastsIE,
+    TwitchHighlightsIE,
     TwitchStreamIE,
     TwitchClipsIE,
 )