Amélioration import
This commit is contained in:
parent
9f0a1a33cf
commit
4c9494cd42
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user