This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[odnoklassniki] fix format sorting for 1080p quality
master-ytdl-org
Remita Amine
8 years ago
parent
b68e00b08a
commit
fac39cccd4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/odnoklassniki.py
+ 1
- 1
youtube_dl/extractor/odnoklassniki.py
View File
@ -176,7 +176,7 @@ class OdnoklassnikiIE(InfoExtractor):
}
)
return
info
quality
=
qualities
(
(
'
mobile
'
,
'
lowest
'
,
'
low
'
,
'
sd
'
,
'
hd
'
)
)
quality
=
qualities
(
(
'
mobile
'
,
'
lowest
'
,
'
low
'
,
'
sd
'
,
'
hd
'
,
'
full
'
)
)
formats
=
[
{
'
url
'
:
f
[
'
url
'
]
,
Write
Preview
Loading…
Cancel
Save