mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[kaltura] Fix typo
This commit is contained in:
parent
f5a6321107
commit
c2f2f8b120
@ -129,7 +129,7 @@ class KalturaIE(InfoExtractor):
|
|||||||
entry_?[Ii]d|
|
entry_?[Ii]d|
|
||||||
(?P<q2>["'])entry_?[Ii]d(?P=q2)
|
(?P<q2>["'])entry_?[Ii]d(?P=q2)
|
||||||
)\s*:\s*|
|
)\s*:\s*|
|
||||||
\[\s*(?P<q2_1>["'])entry_?[Ii]d(?P=q2_1)\s*\]?\s*=\s*
|
\[\s*(?P<q2_1>["'])entry_?[Ii]d(?P=q2_1)\s*\]\s*=\s*
|
||||||
)
|
)
|
||||||
(?P<q3>["'])(?P<id>(?:(?!(?P=q3)).)+)(?P=q3)
|
(?P<q3>["'])(?P<id>(?:(?!(?P=q3)).)+)(?P=q3)
|
||||||
''', webpage) or
|
''', webpage) or
|
||||||
|
Loading…
Reference in New Issue
Block a user