mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 08:57:17 +08:00
[srgssr] Change RegEx in SRGSSRPlayIE
This commit is contained in:
parent
1f7675451c
commit
31a78dc9da
@ -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 = [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user