projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2c3af
)
[kaltura] remove debugging line
author
Remita Amine
<remitamine@gmail.com>
Thu, 4 Aug 2016 13:54:34 +0000
(14:54 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Thu, 4 Aug 2016 13:54:34 +0000
(14:54 +0100)
youtube_dl/extractor/kaltura.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/kaltura.py
b/youtube_dl/extractor/kaltura.py
index 9930ea710392fb966a59eea5817c73bb000657b4..ddf1165ffb021005119622d3f162cbce9c637b55 100644
(file)
--- 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