Browse Source

[crackle] Update test

master
Tithen-Firion 7 years ago
committed by Sergey M
parent
commit
1f9fefe7f5
1 changed files with 4 additions and 3 deletions
  1. 7
      youtube_dl/extractor/crackle.py

7
youtube_dl/extractor/crackle.py

@ -21,9 +21,10 @@ class CrackleIE(InfoExtractor):
'season_number': 8,
'episode_number': 4,
'subtitles': {
'en-US': [{
'ext': 'ttml',
}]
'en-US': [
{'ext': 'vtt'},
{'ext': 'tt'},
]
},
},
'params': {

Loading…
Cancel
Save