mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[vine] Zero rate videos is perfectly valid (#5389)
This commit is contained in:
		@@ -37,7 +37,7 @@ class VineIE(InfoExtractor):
 | 
			
		||||
            'vcodec': f['format'],
 | 
			
		||||
            'quality': f['rate'],
 | 
			
		||||
            'url': f['videoUrl'],
 | 
			
		||||
        } for f in data['videoUrls'] if f.get('rate')]
 | 
			
		||||
        } for f in data['videoUrls']]
 | 
			
		||||
 | 
			
		||||
        self._sort_formats(formats)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user