mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[gfycat] Fixed preferences.
This commit is contained in:
		| @@ -63,7 +63,7 @@ class GfycatIE(InfoExtractor): | ||||
|             'height':     json['height'], | ||||
|             'fps':        json['frameRate'], | ||||
|             'filesize':   json['mp4Size'], | ||||
|             'preference': '-1' | ||||
|             'preference': 2 | ||||
|         }, { | ||||
|             'format_id': 'webm', | ||||
|             'ext':       'webm', | ||||
| @@ -72,7 +72,7 @@ class GfycatIE(InfoExtractor): | ||||
|             'height':     json['height'], | ||||
|             'fps':        json['frameRate'], | ||||
|             'filesize':   json['webmSize'], | ||||
|             'preference': 0 | ||||
|             'preference': 1 | ||||
|         }, { | ||||
|             'format_id':  'gif', | ||||
|             'ext':        'gif', | ||||
| @@ -81,7 +81,7 @@ class GfycatIE(InfoExtractor): | ||||
|             'height':     json['height'], | ||||
|             'fps':        json['frameRate'], | ||||
|             'filesize':   json['gifSize'], | ||||
|             'preference': 1 | ||||
|             'preference': 0 | ||||
|         }] | ||||
|          | ||||
|         self._sort_formats(formats) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user