From 5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 18 Oct 2021 15:24:21 -0500 Subject: update from upstream --- hypervideo_dl/extractor/wistia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_dl/extractor/wistia.py') diff --git a/hypervideo_dl/extractor/wistia.py b/hypervideo_dl/extractor/wistia.py index ae32a0a..a170966 100644 --- a/hypervideo_dl/extractor/wistia.py +++ b/hypervideo_dl/extractor/wistia.py @@ -62,7 +62,7 @@ class WistiaBaseIE(InfoExtractor): 'format_id': format_id, 'url': aurl, 'tbr': int_or_none(a.get('bitrate')) or None, - 'preference': 1 if atype == 'original' else None, + 'quality': 1 if atype == 'original' else None, } if display_name == 'Audio': f.update({ -- cgit v1.2.3