Merge pull request #4758 from yan12125/IE_streetvoice
[youtube-dl] / youtube_dl / extractor / __init__.py
index 9e942e6f9b953c2fc18a8807a84f91fa7682e0a5..c41f2de0f027dfcb5d60405166f7400d86687456 100644 (file)
@@ -459,7 +459,13 @@ from .tvigle import TvigleIE
 from .tvp import TvpIE, TvpSeriesIE
 from .tvplay import TVPlayIE
 from .twentyfourvideo import TwentyFourVideoIE
-from .twitch import TwitchIE
+from .twitch import (
+    TwitchVideoIE,
+    TwitchChapterIE,
+    TwitchVodIE,
+    TwitchProfileIE,
+    TwitchPastBroadcastsIE,
+)
 from .ubu import UbuIE
 from .udemy import (
     UdemyIE,