mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[itv] fix subtitle extraction
This commit is contained in:
		| @@ -177,7 +177,7 @@ class ITVIE(InfoExtractor): | ||||
|                 continue | ||||
|             ext = determine_ext(caption_url.text, 'ttml') | ||||
|             subtitles.setdefault('en', []).append({ | ||||
|                 'url': caption_url, | ||||
|                 'url': caption_url.text, | ||||
|                 'ext': 'ttml' if ext == 'xml' else ext, | ||||
|             }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine