mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-09 12:07:03 +01:00
[Vine] Fixed some vines unable to be downloaded (HTTP 403) (#17883)
This commit is contained in:
parent
dfbbe2902f
commit
28d4b83e18
@ -88,6 +88,7 @@ class VineIE(InfoExtractor):
|
||||
'format_id': format_id or 'standard',
|
||||
'quality': quality,
|
||||
})
|
||||
self._check_formats(formats, video_id)
|
||||
self._sort_formats(formats)
|
||||
|
||||
username = data.get('username')
|
||||
|
Loading…
Reference in New Issue
Block a user