mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[cspan] Unescape path (Closes #8365)
This commit is contained in:
		| @@ -113,7 +113,7 @@ class CSpanIE(InfoExtractor): | |||||||
|                     'tbr': int_or_none(get_text_attr(quality, 'bitrate')), |                     'tbr': int_or_none(get_text_attr(quality, 'bitrate')), | ||||||
|                 }) |                 }) | ||||||
|             if not formats: |             if not formats: | ||||||
|                 path = get_text_attr(f, 'path') |                 path = unescapeHTML(get_text_attr(f, 'path')) | ||||||
|                 if not path: |                 if not path: | ||||||
|                     continue |                     continue | ||||||
|                 formats = self._extract_m3u8_formats( |                 formats = self._extract_m3u8_formats( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․