Amélioration import

This commit is contained in:
Jean-Marie Favreau 2024-10-19 16:24:15 +02:00
parent 9f0a1a33cf
commit 4c9494cd42

View File

@ -79,7 +79,7 @@ class CExtractor(TwoStepsExtractorNoPause):
tags = ["jeune public"]
category = None
else:
category = ""
category = None
dates = soup.select("#event_ticket_content>ul>li")
for d in dates:
@ -100,7 +100,7 @@ class CExtractor(TwoStepsExtractorNoPause):
tags,
recurrences=None,
uuids=[event_url + "?d=" + str(date) + "&t=" + str(time)],
url_human=url_human,
url_human=event_url,
start_time=time,
end_day=None,
end_time=None,