diff --git a/src/agenda_culturel/import_tasks/generic_extractors/ggcal_link.py b/src/agenda_culturel/import_tasks/generic_extractors/ggcal_link.py index 6dbcee8..fe2b118 100644 --- a/src/agenda_culturel/import_tasks/generic_extractors/ggcal_link.py +++ b/src/agenda_culturel/import_tasks/generic_extractors/ggcal_link.py @@ -93,7 +93,8 @@ class CExtractor(Extractor): self.possible_urls = [ "https://calendar.google.com/calendar/", "https://addtocalendar.com/", - "https://www.google.com/calendar/event", + "https://www.google.com/calendar/", + "http://www.google.com/calendar/", ] def guess_image(self, soup, url):