[rbmaradio] check formats availability(closes #16585)
[youtube-dl] / youtube_dl / extractor / rbmaradio.py
index afa7b91615eb33efcfb5260ac5d32979fa1f97d9..9c4d72bbdff5e787ab80034afad3971788597982 100644 (file)
@@ -54,6 +54,7 @@ class RBMARadioIE(InfoExtractor):
             'abr': abr,
             'vcodec': 'none',
         } for abr in (96, 128, 256)]
+        self._check_formats(formats, episode_id)
 
         description = clean_html(episode.get('longTeaser'))
         thumbnail = self._proto_relative_url(episode.get('imageURL', {}).get('landscape'))