Browse Source

[kaltura] remove debugging line

totalwebcasting
Remita Amine 8 years ago
parent
commit
14704aeff6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/kaltura.py

+ 0
- 1
youtube_dl/extractor/kaltura.py 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


Loading…
Cancel
Save