mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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