aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorLéo El Amri <leo@superlel.me>2019-07-20 20:35:58 +0200
committerLéo El Amri <leo@superlel.me>2019-07-20 20:35:58 +0200
commitca7e9e1cd1704b81562962f135464dbaefd22699 (patch)
tree70b63587037346fdedcaeecf4d9ebc3791316de9 /youtube_dl/extractor/extractors.py
parenta7d44de6da0a44e2034ecd1e997a738e94fe70e9 (diff)
downloadhypervideo-pre-ca7e9e1cd1704b81562962f135464dbaefd22699.tar.lz
hypervideo-pre-ca7e9e1cd1704b81562962f135464dbaefd22699.tar.xz
hypervideo-pre-ca7e9e1cd1704b81562962f135464dbaefd22699.zip
[twitch.py] Improved _VALID_URL
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 555fadfaf..2b26cb347 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,
)