diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index d8b98803e..61d9c38c9 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -575,7 +575,7 @@ class TwitchStreamIE(TwitchBaseIE): (?:(?:www|go|m)\.)?twitch\.tv/| player\.twitch\.tv/\?.*?\bchannel= ) - (?!collections) + (?!collections/[\w\d\-]+) (?P[^/#?]+) '''