1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-27 18:33:31 +02:00
This commit is contained in:
u-spec-png 2024-07-28 01:24:21 +09:00 committed by GitHub
commit 4079b0c8d4
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')