diff options
| author | Remita Amine <remitamine@gmail.com> | 2016-08-04 14:54:34 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2016-08-04 14:54:34 +0100 | 
| commit | 14704aeff6eeee4357e3a26f83432ff908db64fc (patch) | |
| tree | af9769b733d46349388698b3ad8d40684647eae1 /youtube_dl/extractor/kaltura.py | |
| parent | 3c2c3af059d99e6795d1944a55d6601b5959871b (diff) | |
[kaltura] remove debugging line
Diffstat (limited to 'youtube_dl/extractor/kaltura.py')
| -rw-r--r-- | youtube_dl/extractor/kaltura.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/kaltura.py b/youtube_dl/extractor/kaltura.py index 9930ea710..ddf1165ff 100644 --- a/youtube_dl/extractor/kaltura.py +++ b/youtube_dl/extractor/kaltura.py @@ -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 | 
