forked from Icycoide/searxng
[mod] Dailymotion: fetch engine traits (data_type: supported_languages)
Implements a fetch_traits function for the Dailymotion engine. .. note:: Does not include migration of the request methode from 'supported_languages' to 'traits' (EngineTraits) object! Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
61383edb27
commit
fc0c775030
2 changed files with 91 additions and 3 deletions
|
@ -2020,7 +2020,56 @@
|
|||
"custom": {},
|
||||
"data_type": "supported_languages",
|
||||
"languages": {},
|
||||
"regions": {},
|
||||
"regions": {
|
||||
"ar-AE": "ar_AE",
|
||||
"ar-EG": "ar_EG",
|
||||
"ar-SA": "ar_SA",
|
||||
"de-AT": "de_AT",
|
||||
"de-CH": "de_CH",
|
||||
"de-DE": "de_DE",
|
||||
"el-GR": "el_GR",
|
||||
"en-AU": "en_AU",
|
||||
"en-CA": "en_CA",
|
||||
"en-GB": "en_GB",
|
||||
"en-HK": "en_HK",
|
||||
"en-IE": "en_IE",
|
||||
"en-IN": "en_IN",
|
||||
"en-NG": "en_NG",
|
||||
"en-PH": "en_PH",
|
||||
"en-PK": "en_PK",
|
||||
"en-SG": "en_SG",
|
||||
"en-US": "en_US",
|
||||
"en-ZA": "en_ZA",
|
||||
"es-AR": "es_AR",
|
||||
"es-ES": "es_ES",
|
||||
"es-MX": "es_MX",
|
||||
"fr-BE": "fr_BE",
|
||||
"fr-CA": "fr_CA",
|
||||
"fr-CH": "fr_CH",
|
||||
"fr-CI": "fr_CI",
|
||||
"fr-FR": "fr_FR",
|
||||
"fr-MA": "fr_MA",
|
||||
"fr-SN": "fr_SN",
|
||||
"fr-TN": "fr_TN",
|
||||
"id-ID": "id_ID",
|
||||
"it-CH": "it_CH",
|
||||
"it-IT": "it_IT",
|
||||
"ja-JP": "ja_JP",
|
||||
"ko-KR": "ko_KR",
|
||||
"ms-MY": "ms_MY",
|
||||
"nl-BE": "nl_BE",
|
||||
"nl-NL": "nl_NL",
|
||||
"pl-PL": "pl_PL",
|
||||
"pt-BR": "pt_BR",
|
||||
"pt-PT": "pt_PT",
|
||||
"ro-RO": "ro_RO",
|
||||
"ru-RU": "ru_RU",
|
||||
"th-TH": "th_TH",
|
||||
"tr-TR": "tr_TR",
|
||||
"vi-VN": "vi_VN",
|
||||
"zh-CN": "zh_CN",
|
||||
"zh-TW": "zh_TW"
|
||||
},
|
||||
"supported_languages": [
|
||||
"ar_AA",
|
||||
"ar_AE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue