From 878c9fa10d30595e38e79950f7efbc8e13727072 Mon Sep 17 00:00:00 2001 From: Kefaku <114934849+Kefaku@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:36:58 +0200 Subject: [PATCH] Update Yahoo with language specific urls (#142) * Update Yahoo url * Add various language specific links to yahoo --- _data/sites.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/sites.json b/_data/sites.json index f59c5dce..586dc6ea 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -830,7 +830,11 @@ { "name": "Yahoo!", - "url": "https://es.yahoo.com/", + "url": "https://yahoo.com/", + "url_de-DE": "https://de.yahoo.com/", + "url_en-GB": "https://uk.yahoo.com/", + "url_es-ES": "https://espanol.yahoo.com/", + "url_fr-FR": "https://fr.yahoo.com/", "difficulty": "easy", "notes": "Go to https://yahoo.mydashboard.oath.com/ with a Yahoo! account, scroll down and select 'Request a download' and on the next page you select all the data you want to download, then add an email that you want notify when the download will be ready, this process may take about 30 days." },