1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 21:27:21 +08:00

[srgssr] Change RegEx in SRGSSRPlayIE

This commit is contained in:
TheRealDude2 2020-09-13 09:16:48 +02:00
parent 1f7675451c
commit 31a78dc9da

View File

@ -114,7 +114,7 @@ class SRGSSRPlayIE(InfoExtractor):
[^/]+/(?P<type>video|audio)/[^?]+| [^/]+/(?P<type>video|audio)/[^?]+|
popup(?P<type_2>video|audio)player popup(?P<type_2>video|audio)player
) )
\?id=(?P<id>[0-9a-f\-]{36}|\d+) \?((?:urn=(?:[^/?#]+:)*|id=)(?P<id>[0-9a-f\-]{36})|\d+)
''' '''
_TESTS = [{ _TESTS = [{