mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-15 14:05:17 +00:00
[cleanup] Misc (#14965)
Closes #14789 Authored by: bashonly, seproDev Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
@@ -321,6 +321,8 @@ class ABCIViewIE(InfoExtractor):
|
||||
entry_protocol='m3u8_native', m3u8_id='hls', fatal=False)
|
||||
if formats:
|
||||
break
|
||||
else:
|
||||
formats = []
|
||||
|
||||
subtitles = {}
|
||||
src_vtt = stream.get('captions', {}).get('src-vtt')
|
||||
|
||||
Reference in New Issue
Block a user