Make directory/category urls exclusive to TwitchDirectoryClipsIE

pull/13399/head
Michiel Sikma 3 months ago
parent 3951482e1e
commit cf1558472f

@ -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<id>[^/#?]+)

Loading…
Cancel
Save