[ie] Extract subtitles from SMIL manifests (#7667)

Authored by: bashonly, pukkandan
This commit is contained in:
bashonly
2023-07-23 19:09:52 -05:00
committed by GitHub
parent 39837ae319
commit 550e65410a
5 changed files with 34 additions and 28 deletions

View File

@@ -131,7 +131,6 @@ class NBCIE(ThePlatformIE): # XXX: Do not subclass from concrete IE
'age_limit': 0,
'thumbnail': r're:https?://.+\.jpg',
},
'expected_warnings': ['Ignoring subtitle tracks'],
'params': {
'skip_download': 'm3u8',
},