Ajout de l'import de la programmation de la Comédie

This commit is contained in:
Jean-Marie Favreau
2024-04-19 23:59:59 +02:00
parent 37350f9edc
commit 995aa4b2d3
8 changed files with 194 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ if __name__ == "__main__":
url_human = "https://www.lacoope.org/concerts-calendrier/"
try:
events = u2e.process(url, url_human, cache = "cache-lacoope.ical", default_values = {"category": "Concert", "location": "La Coopérative"}, published = True)
events = u2e.process(url, url_human, cache = "cache-lacoope.html", default_values = {"category": "Concert", "location": "La Coopérative"}, published = True)
exportfile = "events-lacoope.json"
print("Saving events to file {}".format(exportfile))