]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/rts.py
[nowtv] Add test for rtlnitro
[youtube-dl.git] / youtube_dl / extractor / rts.py
index d0981115da9c64f1addf3108b8a9e6acf0c6508e..9fbe239d8c3fdc3290b4beace30a25357bb086b8 100644 (file)
@@ -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 {