Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
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')) |
|
|
|