From 45a27b477d4b02373055b9efd86492d7795a19a7 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 8 May 2023 19:07:12 +0200 Subject: [PATCH] syno: Fix new service URL --- modules/syno.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/syno.py b/modules/syno.py index 6f6a625..78f0b7d 100644 --- a/modules/syno.py +++ b/modules/syno.py @@ -29,7 +29,7 @@ def load(context): # MODULE CORE ######################################################### def get_french_synos(word): - url = "http://www.crisco.unicaen.fr/des/synonymes/" + quote(word) + url = "https://crisco.unicaen.fr/des/synonymes/" + quote(word) page = web.getURLContent(url) best = list(); synos = list(); anton = list()