projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94418c8
)
[rbmaradio] Add support for 192k format (closes #16631)
author
Sergey M․
<dstftw@gmail.com>
Mon, 4 Jun 2018 16:51:25 +0000
(23:51 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 4 Jun 2018 16:51:25 +0000
(23:51 +0700)
youtube_dl/extractor/rbmaradio.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rbmaradio.py
b/youtube_dl/extractor/rbmaradio.py
index 9c4d72bbdff5e787ab80034afad3971788597982..ae7413fb5eeb33f4f7e4e46ba816b4c554d20875 100644
(file)
--- a/
youtube_dl/extractor/rbmaradio.py
+++ b/
youtube_dl/extractor/rbmaradio.py
@@
-53,7
+53,7
@@
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'))