1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-28 22:35:52 +00:00

[Vine] Fixed some vines unable to be downloaded (HTTP 403) (#17883)

This commit is contained in:
SsSsS 2021-05-19 18:23:43 +00:00 committed by GitHub
parent dfbbe2902f
commit 28d4b83e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')