mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-01 06:49:49 +08:00
Explicitly stop collection URLs from matching TwitchStream pattern to prevent overlap
This commit is contained in:
@@ -575,6 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
||||
(?:(?:www|go|m)\.)?twitch\.tv/|
|
||||
player\.twitch\.tv/\?.*?\bchannel=
|
||||
)
|
||||
(?!collections)
|
||||
(?P<id>[^/#?]+)
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user