mirror of https://github.com/yt-dlp/yt-dlp.git
[odnoklassniki] fix format sorting for 1080p quality
This commit is contained in:
parent
b68e00b08a
commit
fac39cccd4
|
@ -176,7 +176,7 @@ class OdnoklassnikiIE(InfoExtractor):
|
||||||
})
|
})
|
||||||
return info
|
return info
|
||||||
|
|
||||||
quality = qualities(('mobile', 'lowest', 'low', 'sd', 'hd'))
|
quality = qualities(('mobile', 'lowest', 'low', 'sd', 'hd', 'full'))
|
||||||
|
|
||||||
formats = [{
|
formats = [{
|
||||||
'url': f['url'],
|
'url': f['url'],
|
||||||
|
|
Loading…
Reference in New Issue