Make lookeahead in TwitchStream regex more specific
This commit is contained in:
parent
fb56a16673
commit
f9c9a53a0c
@ -575,7 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
|||||||
(?:(?:www|go|m)\.)?twitch\.tv/|
|
(?:(?:www|go|m)\.)?twitch\.tv/|
|
||||||
player\.twitch\.tv/\?.*?\bchannel=
|
player\.twitch\.tv/\?.*?\bchannel=
|
||||||
)
|
)
|
||||||
(?!collections)
|
(?!collections/[\w\d\-]+)
|
||||||
(?P<id>[^/#?]+)
|
(?P<id>[^/#?]+)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user