diff options
author | Tithen-Firion <Tithen-Firion@users.noreply.github.com> | 2017-05-05 22:39:14 +0200 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-05-06 03:39:14 +0700 |
commit | 1f9fefe7f578169d41d75324decbd46ec8594311 (patch) | |
tree | 1f4bb5c6181a74598659a2020575ad4f7da51868 /youtube_dl | |
parent | 8b4774dcac4cb82b47213126f3430ac9dc25ec28 (diff) |
[crackle] Update test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/crackle.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/youtube_dl/extractor/crackle.py b/youtube_dl/extractor/crackle.py index f919ed208..13f425b2b 100644 --- a/youtube_dl/extractor/crackle.py +++ b/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': { |