mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
parent
e980017ac8
commit
8e6cc12c80
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ def video_url(kind):
|
|||
'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 a new issue