mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[odnoklassniki] fix format sorting for 1080p quality
This commit is contained in:
parent
b68e00b08a
commit
fac39cccd4
@ -176,7 +176,7 @@ def _real_extract(self, url):
|
||||
})
|
||||
return info
|
||||
|
||||
quality = qualities(('mobile', 'lowest', 'low', 'sd', 'hd'))
|
||||
quality = qualities(('mobile', 'lowest', 'low', 'sd', 'hd', 'full'))
|
||||
|
||||
formats = [{
|
||||
'url': f['url'],
|
||||
|
Loading…
Reference in New Issue
Block a user