diff options
Diffstat (limited to 'hypervideo_dl/extractor/lifenews.py')
-rw-r--r-- | hypervideo_dl/extractor/lifenews.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/lifenews.py b/hypervideo_dl/extractor/lifenews.py index 42e263b..49a0a59 100644 --- a/hypervideo_dl/extractor/lifenews.py +++ b/hypervideo_dl/extractor/lifenews.py @@ -201,7 +201,7 @@ class LifeEmbedIE(InfoExtractor): formats.append({ 'url': original_url, 'format_id': determine_ext(original_url, None), - 'preference': 1, + 'quality': 1, }) playlist = self._parse_json( |