From b2633030ce2bce4f4dffa9f2bb6f64db62e6e12d Mon Sep 17 00:00:00 2001 From: mtilbury Date: Mon, 8 Apr 2019 01:58:03 -0400 Subject: [PATCH] Explicitly stop collection URLs from matching TwitchStream pattern to prevent overlap --- youtube_dl/extractor/twitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index d602cf997..4373337f0 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -575,6 +575,7 @@ class TwitchStreamIE(TwitchBaseIE): (?:(?:www|go|m)\.)?twitch\.tv/| player\.twitch\.tv/\?.*?\bchannel= ) + (?!collections) (?P[^/#?]+) '''