mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[kaltura] remove debugging line
This commit is contained in:
parent
3c2c3af059
commit
14704aeff6
@ -262,7 +262,6 @@ class KalturaIE(InfoExtractor):
|
||||
subtitles = {}
|
||||
if captions:
|
||||
for caption in captions.get('objects', []):
|
||||
print(caption)
|
||||
# Continue if caption is not ready
|
||||
if f.get('status') != 2:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user