1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 02:29:32 +00:00

[kaltura] remove debugging line

This commit is contained in:
Remita Amine 2016-08-04 14:54:34 +01:00
parent 3c2c3af059
commit 14704aeff6

View file

@ -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