RadioBrowser¶
Search radio stations from RadioBrowser by Advanced station search API.
- searx.engines.radio_browser.station_filters = []¶
- A list of filters to be applied to the search of radio stations. By default none filters are applied. Valid filters are: - language
- Filter stations by selected language. For instance the - defrom- :de-AUwill be translated to german and used in the argument- language=.
- countrycode
- Filter stations by selected country. The 2-digit countrycode of the station comes from the region the user selected. For instance - :de-AUwill filter out all stations not in- AU.
 - Note - RadioBrowser has registered a lot of languages and countrycodes unknown to - babeland note that when searching for radio stations, users are more likely to search by name than by region or language.
- searx.engines.radio_browser.CACHE: EngineCache¶
- Persistent (SQLite) key/value cache that deletes its values after - expireseconds.
- searx.engines.radio_browser.fetch_traits(engine_traits: EngineTraits)[source]¶
- Fetch languages and countrycodes from RadioBrowser - traits.languages: list of languages API
- traits.custom['countrycodes']: list of countries API