Michal Čihař
8 years ago
committed by
Sergey M․
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/iprima.py
|
|
@ -65,7 +65,7 @@ class IPrimaIE(InfoExtractor): |
|
|
|
|
|
|
|
options = self._parse_json( |
|
|
|
self._search_regex( |
|
|
|
r'(?s)var\s+playerOptions\s*=\s*({.+?});', |
|
|
|
r'(?s)(?:TDIPlayerOptions|playerOptions)\s*=\s*({.+?});\s*\]\]', |
|
|
|
playerpage, 'player options', default='{}'), |
|
|
|
video_id, transform_source=js_to_json, fatal=False) |
|
|
|
if options: |
|
|
|