mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[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 @@ def _extract_url(webpage):
|
||||||
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 a new issue