1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-01 16:06:23 +00:00

Merge b645eb6a29146ce551425e34148d003ed370f16c into 711e72c292327674c4a0593fdbb83d6347738ec9

This commit is contained in:
u-spec-png 2025-02-24 05:04:36 +00:00 committed by GitHub
commit 38e63e4884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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