projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c3a73
)
[rts] Check formats (Closes #5711)
author
Sergey M․
<dstftw@gmail.com>
Fri, 15 May 2015 17:32:25 +0000
(23:32 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 15 May 2015 17:32:25 +0000
(23:32 +0600)
youtube_dl/extractor/rts.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rts.py
b/youtube_dl/extractor/rts.py
index d0981115da9c64f1addf3108b8a9e6acf0c6508e..9fbe239d8c3fdc3290b4beace30a25357bb086b8 100644
(file)
--- a/
youtube_dl/extractor/rts.py
+++ b/
youtube_dl/extractor/rts.py
@@
-190,6
+190,7
@@
class RTSIE(InfoExtractor):
'tbr': media['rate'] or extract_bitrate(media['url']),
} for media in info['media'] if media.get('rate')])
+ self._check_formats(formats, video_id)
self._sort_formats(formats)
return {