From: Remita Amine Date: Wed, 30 May 2018 16:08:32 +0000 (+0100) Subject: [rbmaradio] check formats availability(closes #16585) X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=4fd1437d9d617069494a471ba40341c2ad6623b6;p=youtube-dl [rbmaradio] check formats availability(closes #16585) --- diff --git a/youtube_dl/extractor/rbmaradio.py b/youtube_dl/extractor/rbmaradio.py index afa7b9161..9c4d72bbd 100644 --- a/youtube_dl/extractor/rbmaradio.py +++ b/youtube_dl/extractor/rbmaradio.py @@ -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'))