mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00: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
	 Sergey M․
					Sergey M․