mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[youtube] Fix subtitle names
This commit is contained in:
		| @@ -2977,7 +2977,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|                         continue | ||||
|                     process_language( | ||||
|                         subtitles, base_url, lang_code, | ||||
|                         traverse_obj(caption_track, ('name', 'simpleText')), | ||||
|                         traverse_obj(caption_track, ('name', 'simpleText'), ('name', 'runs', ..., 'text'), get_all=False), | ||||
|                         {}) | ||||
|                     continue | ||||
|                 automatic_captions = {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan