Sergey M․
7 years ago
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/kaltura.py
|
@ -324,7 +324,7 @@ class KalturaIE(InfoExtractor): |
|
|
if captions: |
|
|
if captions: |
|
|
for caption in captions.get('objects', []): |
|
|
for caption in captions.get('objects', []): |
|
|
# Continue if caption is not ready |
|
|
# Continue if caption is not ready |
|
|
if f.get('status') != 2: |
|
|
|
|
|
|
|
|
if caption.get('status') != 2: |
|
|
continue |
|
|
continue |
|
|
if not caption.get('id'): |
|
|
if not caption.get('id'): |
|
|
continue |
|
|
continue |
|
|