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:
languageFilter stations by selected language. For instance the
defrom:de-AUwill be translated to german and used in the argumentlanguage=.countrycodeFilter 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 inAU.
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.fetch_traits(engine_traits: EngineTraits)[source]¶
Fetch languages and countrycodes from RadioBrowser
traits.languages: list of languages APItraits.custom['countrycodes']: list of countries API