Explicitly stop collection URLs from matching TwitchStream pattern to prevent overlap

This commit is contained in:
mtilbury 2019-04-08 01:58:03 -04:00
parent 9ae76e8e6d
commit b2633030ce

View File

@ -575,6 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
(?:(?:www|go|m)\.)?twitch\.tv/|
player\.twitch\.tv/\?.*?\bchannel=
)
(?!collections)
(?P<id>[^/#?]+)
'''