From a81f0564f11b12b35fd786049e76f00f4e3294cc Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 15 Apr 2026 04:35:04 +0000 Subject: [PATCH] =?UTF-8?q?data(ES):=20=E6=96=B0=E5=A2=9E=E8=A5=BF?= =?UTF-8?q?=E7=8F=AD=E7=89=99=20(Spain)=20=E6=88=98=E5=8C=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=8E=E6=A0=B8=E5=BF=83=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/keywords/kw_ES.txt | 15 +++++++++++++++ data/regions/ES/Default/Madrid.json | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/keywords/kw_ES.txt create mode 100644 data/regions/ES/Default/Madrid.json diff --git a/data/keywords/kw_ES.txt b/data/keywords/kw_ES.txt new file mode 100644 index 0000000..782f63d --- /dev/null +++ b/data/keywords/kw_ES.txt @@ -0,0 +1,15 @@ +El País +Marca +RTVE Noticias +La Liga +Real Madrid +Barcelona FC +Tiempo Madrid +Renfe +Iberia +Amazon España +El Corte Inglés +Hacienda +Mercadona +YouTube Música +Entradas Cine diff --git a/data/regions/ES/Default/Madrid.json b/data/regions/ES/Default/Madrid.json new file mode 100644 index 0000000..1758210 --- /dev/null +++ b/data/regions/ES/Default/Madrid.json @@ -0,0 +1,20 @@ +{ + "region_name": "Spain - Madrid", + "google_module": { + "base_lat": 40.4168, + "base_lon": -3.7038, + "lang_params": "hl=es&gl=ES", + "valid_url_suffix": "es" + }, + "trust_module": { + "white_urls": [ + "https://es.wikipedia.org/wiki/Especial:Aleatoria", + "https://www.elmundo.es/", + "https://www.elpais.com/", + "https://www.marca.com/", + "https://www.rtve.es/", + "https://www.zara.com/es/", + "https://www.elcorteingles.es/" + ] + } +}