aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorLéo El Amri <leo@superlel.me>2019-07-29 19:03:19 +0200
committerLéo El Amri <leo@superlel.me>2019-07-29 19:03:19 +0200
commitd28026d934453e423344dfd363a9909c520ef0b5 (patch)
treec8607fff24b73cc09227fe7282ea4e6cdd8464db /youtube_dl/extractor/extractors.py
parentca7e9e1cd1704b81562962f135464dbaefd22699 (diff)
[twitch] Modified _VALID_URL for TwitchAllVideosIE
Reverted the modification of youtube_dl/extractor/extractors.py since TwitchAllVideosIE now only matches on URLs with filter=all or without any parameters
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 2b26cb347..555fadfaf 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1235,10 +1235,10 @@ from .twitch import (
TwitchChapterIE,
TwitchVodIE,
TwitchProfileIE,
+ TwitchAllVideosIE,
TwitchUploadsIE,
TwitchPastBroadcastsIE,
TwitchHighlightsIE,
- TwitchAllVideosIE,
TwitchStreamIE,
TwitchClipsIE,
)