mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[crackle] Update test
This commit is contained in:
parent
8b4774dcac
commit
1f9fefe7f5
1 changed files with 4 additions and 3 deletions
|
@ -21,9 +21,10 @@ class CrackleIE(InfoExtractor):
|
||||||
'season_number': 8,
|
'season_number': 8,
|
||||||
'episode_number': 4,
|
'episode_number': 4,
|
||||||
'subtitles': {
|
'subtitles': {
|
||||||
'en-US': [{
|
'en-US': [
|
||||||
'ext': 'ttml',
|
{'ext': 'vtt'},
|
||||||
}]
|
{'ext': 'tt'},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
|
Loading…
Reference in a new issue