youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 4fd1437d9d617069494a471ba40341c2ad6623b6
parent e425710554f1ed96504389fb526b898a942012dd
Author: Remita Amine <remitamine@gmail.com>
Date:   Wed, 30 May 2018 17:08:32 +0100

[rbmaradio] check formats availability(closes #16585)

Diffstat:
Myoutube_dl/extractor/rbmaradio.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'))