mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:07:07 -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