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
[wistia] Use centralized sorting
totalwebcasting
Philipp Hagemeister
11 years ago
parent
7217e148fb
commit
539179f45b
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube_dl/extractor/wistia.py
+ 2
- 1
youtube_dl/extractor/wistia.py
View File
@ -45,7 +45,8 @@ class WistiaIE(InfoExtractor):
'
filesize
'
:
a
[
'
size
'
]
,
'
filesize
'
:
a
[
'
size
'
]
,
'
ext
'
:
a
[
'
ext
'
]
,
'
ext
'
:
a
[
'
ext
'
]
,
}
)
}
)
formats
.
sort
(
key
=
lambda
a
:
a
[
'
filesize
'
]
)
self
.
_sort_formats
(
formats
)
return
{
return
{
'
id
'
:
video_id
,
'
id
'
:
video_id
,
Write
Preview
Loading…
Cancel
Save