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)