projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49fa7de
)
[twitch:clips] Sort formats
author
Sergey M․
<dstftw@gmail.com>
Sat, 12 May 2018 05:08:54 +0000
(12:08 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 12 May 2018 05:08:54 +0000
(12:08 +0700)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index ec96ae5064e759b8632620c4462a894cb9c6435c..3ee2af52e8b81f700dd23623ac90ce560bca20e5 100644
(file)
--- a/
youtube_dl/extractor/twitch.py
+++ b/
youtube_dl/extractor/twitch.py
@@
-673,6
+673,8
@@
class TwitchClipsIE(TwitchBaseIE):
'fps': int_or_none(option.get('frame_rate')),
})
+ self._sort_formats(formats)
+
info = {
'formats': formats,
}