diff options
Diffstat (limited to 'hypervideo_dl/extractor/flickr.py')
-rw-r--r-- | hypervideo_dl/extractor/flickr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/flickr.py b/hypervideo_dl/extractor/flickr.py index 9f166ef..6c82fae 100644 --- a/hypervideo_dl/extractor/flickr.py +++ b/hypervideo_dl/extractor/flickr.py @@ -88,7 +88,7 @@ class FlickrIE(InfoExtractor): formats.append({ 'format_id': stream_type, 'url': stream['_content'], - 'preference': preference(stream_type), + 'quality': preference(stream_type), }) self._sort_formats(formats) |