aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-15 23:32:25 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-15 23:32:25 +0600
commit70d0d43b5eeff04b41b089e499401e38c115e456 (patch)
treef8af4275488493808269e393b7680ab0e4c1bd7e
parent25c3a7348f7971c0af32dcea2d7fd57bd5c63f05 (diff)
downloadyoutube-dl-70d0d43b5eeff04b41b089e499401e38c115e456.tar.xz
[rts] Check formats (Closes #5711)
-rw-r--r--youtube_dl/extractor/rts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rts.py b/youtube_dl/extractor/rts.py
index d0981115d..9fbe239d8 100644
--- 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 {