mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 15:43:47 +01:00
[itv] fix subtitle extraction
This commit is contained in:
parent
f592ff9868
commit
4edeac5bfa
@ -177,7 +177,7 @@ class ITVIE(InfoExtractor):
|
|||||||
continue
|
continue
|
||||||
ext = determine_ext(caption_url.text, 'ttml')
|
ext = determine_ext(caption_url.text, 'ttml')
|
||||||
subtitles.setdefault('en', []).append({
|
subtitles.setdefault('en', []).append({
|
||||||
'url': caption_url,
|
'url': caption_url.text,
|
||||||
'ext': 'ttml' if ext == 'xml' else ext,
|
'ext': 'ttml' if ext == 'xml' else ext,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user