mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[odnoklassniki] fix format sorting for 1080p quality
This commit is contained in:
parent
b68e00b08a
commit
fac39cccd4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue