mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00: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