mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:47:06 -05:00 
			
		
		
		
	[gfycat] Ensure filesize is int
This commit is contained in:
		@@ -82,7 +82,7 @@ class GfycatIE(InfoExtractor):
 | 
			
		||||
            video_url = gfy.get('%sUrl' % format_id)
 | 
			
		||||
            if not video_url:
 | 
			
		||||
                continue
 | 
			
		||||
            filesize = gfy.get('%sSize' % format_id)
 | 
			
		||||
            filesize = int_or_none(gfy.get('%sSize' % format_id))
 | 
			
		||||
            formats.append({
 | 
			
		||||
                'url': video_url,
 | 
			
		||||
                'format_id': format_id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user