mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[kaltura] remove debugging line
This commit is contained in:
parent
3c2c3af059
commit
14704aeff6
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ def sign_url(unsigned_url):
|
|||
subtitles = {}
|
||||
if captions:
|
||||
for caption in captions.get('objects', []):
|
||||
print(caption)
|
||||
# Continue if caption is not ready
|
||||
if f.get('status') != 2:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue