Fix url cassée dans le test

This commit is contained in:
Jean-Marie Favreau 2025-02-12 21:55:51 +01:00
parent a63ed50750
commit 96f0bae925

View File

@ -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)