mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 18:47:06 -05:00 
			
		
		
		
	[limelight] Fix typo
This commit is contained in:
		@@ -98,7 +98,7 @@ class LimelightBaseIE(InfoExtractor):
 | 
			
		||||
        } for thumbnail in properties.get('thumbnails', []) if thumbnail.get('url')]
 | 
			
		||||
 | 
			
		||||
        subtitles = {}
 | 
			
		||||
        for caption in properties.get('captions', {}):
 | 
			
		||||
        for caption in properties.get('captions', []):
 | 
			
		||||
            lang = caption.get('language_code')
 | 
			
		||||
            subtitles_url = caption.get('url')
 | 
			
		||||
            if lang and subtitles_url:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user