aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/imgur.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/imgur.py')
-rw-r--r--youtube_dlc/extractor/imgur.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/imgur.py b/youtube_dlc/extractor/imgur.py
index 4dc7b0b5c..20fe6667b 100644
--- a/youtube_dlc/extractor/imgur.py
+++ b/youtube_dlc/extractor/imgur.py
@@ -72,7 +72,7 @@ class ImgurIE(InfoExtractor):
gif_json, video_id, transform_source=js_to_json)
formats.append({
'format_id': 'gif',
- 'preference': -10,
+ 'preference': -10, # gifs are worse than videos
'width': width,
'height': height,
'ext': 'gif',