[kaltura] Fix typo
This commit is contained in:
parent
f5a6321107
commit
c2f2f8b120
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class KalturaIE(InfoExtractor):
|
|||
entry_?[Ii]d|
|
||||
(?P<q2>["'])entry_?[Ii]d(?P=q2)
|
||||
)\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)
|
||||
''', webpage) or
|
||||
|
|
Loading…
Reference in a new issue