1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-11 03:44:10 +02:00

[cspan] Unescape path (Closes #8365)

This commit is contained in:
Sergey M․ 2016-01-30 00:26:33 +06:00
parent 2b4f5e68d1
commit 68a0ea15b4

View File

@ -113,7 +113,7 @@ class CSpanIE(InfoExtractor):
'tbr': int_or_none(get_text_attr(quality, 'bitrate')),
})
if not formats:
path = get_text_attr(f, 'path')
path = unescapeHTML(get_text_attr(f, 'path'))
if not path:
continue
formats = self._extract_m3u8_formats(