1
0
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:
mtilbury
2019-04-08 01:58:03 -04:00
Unverified
parent 9ae76e8e6d
commit b2633030ce
+1
View File
@@ -575,6 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
(?:(?:www|go|m)\.)?twitch\.tv/|
player\.twitch\.tv/\?.*?\bchannel=
)
(?!collections)
(?P<id>[^/#?]+)
'''