Browse Source

[crackle] Update test

Tithen-Firion 8 years ago
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

@@ -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': {