mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-02 12:02:52 -05:00
[kaltura] remove debugging line
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user