projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e425710
)
[rbmaradio] check formats availability(closes #16585)
author
Remita Amine
<remitamine@gmail.com>
Wed, 30 May 2018 16:08:32 +0000
(17:08 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Wed, 30 May 2018 16:08:32 +0000
(17:08 +0100)
youtube_dl/extractor/rbmaradio.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rbmaradio.py
b/youtube_dl/extractor/rbmaradio.py
index afa7b91615eb33efcfb5260ac5d32979fa1f97d9..9c4d72bbdff5e787ab80034afad3971788597982 100644
(file)
--- 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'))