aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/espn.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/espn.py')
-rw-r--r--hypervideo_dl/extractor/espn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/espn.py b/hypervideo_dl/extractor/espn.py
index 6cf05e6..d4a66c2 100644
--- a/hypervideo_dl/extractor/espn.py
+++ b/hypervideo_dl/extractor/espn.py
@@ -154,7 +154,7 @@ class ESPNIE(OnceIE):
'tbr': int(mobj.group(3)),
})
if source_id == 'mezzanine':
- f['preference'] = 1
+ f['quality'] = 1
formats.append(f)
links = clip.get('links', {})