aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/limelight.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/limelight.py')
-rw-r--r--youtube_dlc/extractor/limelight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/limelight.py b/youtube_dlc/extractor/limelight.py
index b95b001ad..c0c35511f 100644
--- a/youtube_dlc/extractor/limelight.py
+++ b/youtube_dlc/extractor/limelight.py
@@ -175,7 +175,7 @@ class LimelightBaseIE(InfoExtractor):
formats.append({
'url': media_url,
'format_id': format_id,
- 'preference': -1,
+ 'quality': -10,
'ext': ext,
})