aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/iqiyi.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/iqiyi.py')
-rw-r--r--hypervideo_dl/extractor/iqiyi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/iqiyi.py b/hypervideo_dl/extractor/iqiyi.py
index 6df5214..b13b9f4 100644
--- a/hypervideo_dl/extractor/iqiyi.py
+++ b/hypervideo_dl/extractor/iqiyi.py
@@ -198,7 +198,7 @@ class IqiyiIE(InfoExtractor):
'url': stream['m3utx'],
'format_id': vd,
'ext': 'mp4',
- 'preference': self._FORMATS_MAP.get(vd, -1),
+ 'quality': self._FORMATS_MAP.get(vd, -1),
'protocol': 'm3u8_native',
})