Przeglądaj źródła

[rbmaradio] check formats availability(closes #16585)

Remita Amine 7 lat temu
rodzic
commit
4fd1437d9d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      youtube_dl/extractor/rbmaradio.py

+ 1 - 0
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'))