diff options
Diffstat (limited to 'youtube_dlc/extractor/flickr.py')
-rw-r--r-- | youtube_dlc/extractor/flickr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/flickr.py b/youtube_dlc/extractor/flickr.py index 9f166efd4..6c82fae3c 100644 --- a/youtube_dlc/extractor/flickr.py +++ b/youtube_dlc/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) |