1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 18:19:49 +08:00

Make lookeahead in TwitchStream regex more specific

This commit is contained in:
Michael Tilbury
2019-04-14 13:19:02 -04:00
Unverified
parent fb56a16673
commit f9c9a53a0c
+1 -1
View File
@@ -575,7 +575,7 @@ class TwitchStreamIE(TwitchBaseIE):
(?:(?:www|go|m)\.)?twitch\.tv/|
player\.twitch\.tv/\?.*?\bchannel=
)
(?!collections)
(?!collections/[\w\d\-]+)
(?P<id>[^/#?]+)
'''