aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ign.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ign.py')
-rw-r--r--hypervideo_dl/extractor/ign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/ign.py b/hypervideo_dl/extractor/ign.py
index 0d9f50e..c826eb3 100644
--- a/hypervideo_dl/extractor/ign.py
+++ b/hypervideo_dl/extractor/ign.py
@@ -100,7 +100,7 @@ class IGNIE(IGNBaseIE):
formats.append({
'ext': determine_ext(mezzanine_url, 'mp4'),
'format_id': 'mezzanine',
- 'preference': 1,
+ 'quality': 1,
'url': mezzanine_url,
})