mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 11:32:49 -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'],
|
'vcodec': f['format'],
|
||||||
'quality': f['rate'],
|
'quality': f['rate'],
|
||||||
'url': f['videoUrl'],
|
'url': f['videoUrl'],
|
||||||
} for f in data['videoUrls'] if f.get('rate')]
|
} for f in data['videoUrls']]
|
||||||
|
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user