mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[rbmaradio] Add support for 192k format (closes #16631)
This commit is contained in:
parent
94418c8eb3
commit
2e190c2ad9
@ -53,7 +53,7 @@ def _real_extract(self, url):
|
||||
'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'))
|
||||
|
Loading…
Reference in New Issue
Block a user