[twitch] Refactor and add support for past broadcasts
[youtube-dl] / youtube_dl / extractor / __init__.py
index 2b9d4455d043a1e093e8f059a3c6c8b65bb91ad9..0b0f3be19a15324260422c7a47a57306056886be 100644 (file)
@@ -458,7 +458,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,