From cf1558472f940004cc89700777422779959ea8de Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Thu, 5 Jun 2025 11:59:18 +0200 Subject: [PATCH] Make directory/category urls exclusive to TwitchDirectoryClipsIE --- yt_dlp/extractor/twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index 5ab33e43e..d2716628f 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -1020,7 +1020,7 @@ class TwitchStreamIE(TwitchVideosBaseIE): _VALID_URL = r'''(?x) https?:// (?: - (?:(?:www|go|m)\.)?twitch\.tv/| + (?:(?:www|go|m)\.)?twitch\.tv/(?!directory/category/)| player\.twitch\.tv/\?.*?\bchannel= ) (?P[^/#?]+)