aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-12 05:08:57 +0200
committerUnknown <blackjack4494@web.de>2020-09-12 05:08:57 +0200
commit39e7107d7f4553d48e0172724729b0a8ef73d7ed (patch)
treece8dbd13c8ec6468f45f0ce6ad4b5bc4e710b164 /youtube_dlc/extractor/extractors.py
parent516360d9dad97fdd15996fa622c27c7a3a1e946e (diff)
downloadhypervideo-pre-39e7107d7f4553d48e0172724729b0a8ef73d7ed.tar.lz
hypervideo-pre-39e7107d7f4553d48e0172724729b0a8ef73d7ed.tar.xz
hypervideo-pre-39e7107d7f4553d48e0172724729b0a8ef73d7ed.zip
Merge branch 'ytdl-org-master'
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index 4534effa2..72f439548 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -1243,14 +1243,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,
)