From 96f0bae9259f8c86838e06cf572811401746e86e Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Wed, 12 Feb 2025 21:55:51 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20url=20cass=C3=A9e=20dans=20le=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experimentations/get_mobilizon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimentations/get_mobilizon.py b/experimentations/get_mobilizon.py index 6e3db53..e5a29c3 100644 --- a/experimentations/get_mobilizon.py +++ b/experimentations/get_mobilizon.py @@ -31,7 +31,7 @@ if __name__ == "__main__": u2e = URL2Events(SimpleDownloader(), mobilizon.CExtractor()) url = "https://mobilizon.fr/@attac63/events?" - url_human = "htthttps://mobilizon.fr/@attac63/events" + url_human = "https://mobilizon.fr/@attac63/events" try: events = u2e.process(url, url_human, cache = "cache-attac63.html", default_values = {}, published = True)