Browse Source

[crackle] Update test

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

+ 4
- 3
youtube_dl/extractor/crackle.py View File

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