1
0
Fork 0

[cleanup] Misc (#14965)

Closes #14789
Authored by: bashonly, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
bashonly 2025-11-11 18:47:33 -06:00 committed by GitHub
commit 335653be82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 15 deletions

View file

@ -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')