Browse Source

[kaltura] Fix typo

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
c2f2f8b120
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/kaltura.py

+ 1
- 1
youtube_dl/extractor/kaltura.py View File

@ -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…
Cancel
Save