Explicitly stop collection URLs from matching TwitchStream pattern to prevent overlap
This commit is contained in:
parent
9ae76e8e6d
commit
b2633030ce
@ -575,6 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
|||||||
(?:(?:www|go|m)\.)?twitch\.tv/|
|
(?:(?:www|go|m)\.)?twitch\.tv/|
|
||||||
player\.twitch\.tv/\?.*?\bchannel=
|
player\.twitch\.tv/\?.*?\bchannel=
|
||||||
)
|
)
|
||||||
|
(?!collections)
|
||||||
(?P<id>[^/#?]+)
|
(?P<id>[^/#?]+)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user