diff options
Diffstat (limited to 'hypervideo_dl/extractor/dispeak.py')
-rw-r--r-- | hypervideo_dl/extractor/dispeak.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/dispeak.py b/hypervideo_dl/extractor/dispeak.py index 276fd4b..be7ad12 100644 --- a/hypervideo_dl/extractor/dispeak.py +++ b/hypervideo_dl/extractor/dispeak.py @@ -94,6 +94,7 @@ class DigitallySpeakingIE(InfoExtractor): 'play_path': remove_end(audio.get('url'), '.flv'), 'ext': 'flv', 'vcodec': 'none', + 'quality': 1, 'format_id': audio.get('code'), }) for video_key, format_id, preference in ( @@ -107,7 +108,6 @@ class DigitallySpeakingIE(InfoExtractor): 'ext': 'flv', 'format_note': '%s video' % video_key, 'quality': preference, - 'preference': preference, 'format_id': format_id, }) return formats |