[youtube] Fix extraction.
[youtube-dl] / youtube_dl / extractor / rbmaradio.py
index afa7b91615eb33efcfb5260ac5d32979fa1f97d9..ae7413fb5eeb33f4f7e4e46ba816b4c554d20875 100644 (file)
@@ -53,7 +53,8 @@ class RBMARadioIE(InfoExtractor):
             'format_id': compat_str(abr),
             'abr': abr,
             'vcodec': 'none',
-        } for abr in (96, 128, 256)]
+        } for abr in (96, 128, 192, 256)]
+        self._check_formats(formats, episode_id)
 
         description = clean_html(episode.get('longTeaser'))
         thumbnail = self._proto_relative_url(episode.get('imageURL', {}).get('landscape'))