mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[youtube] fix subtitle order
This commit is contained in:
		@@ -918,7 +918,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
				
			|||||||
            if lang in sub_lang_list:
 | 
					            if lang in sub_lang_list:
 | 
				
			||||||
                continue
 | 
					                continue
 | 
				
			||||||
            sub_formats = []
 | 
					            sub_formats = []
 | 
				
			||||||
            for ext in ['vtt', 'ttml']:
 | 
					            for ext in ['ttml', 'vtt']:
 | 
				
			||||||
                params = compat_urllib_parse.urlencode({
 | 
					                params = compat_urllib_parse.urlencode({
 | 
				
			||||||
                    'lang': lang,
 | 
					                    'lang': lang,
 | 
				
			||||||
                    'v': video_id,
 | 
					                    'v': video_id,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user