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
[screenwavemedia] Improve formats sorting
totalwebcasting
Sergey M․
9 years ago
parent
6c10dbeae9
commit
2b2dfae83e
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/screenwavemedia.py
+ 1
- 1
youtube_dl/extractor/screenwavemedia.py
View File
@ -88,7 +88,7 @@ class ScreenwaveMediaIE(InfoExtractor):
'
ext
'
:
source
.
get
(
'
type
'
)
,
'
height
'
:
height
,
}
)
self
.
_sort_formats
(
formats
)
self
.
_sort_formats
(
formats
,
field_preference
=
(
'
height
'
,
'
width
'
,
'
tbr
'
,
'
format_id
'
)
)
return
{
'
id
'
:
video_id
,
Write
Preview
Loading…
Cancel
Save