Amélioration import
This commit is contained in:
parent
9f0a1a33cf
commit
4c9494cd42
@ -79,7 +79,7 @@ class CExtractor(TwoStepsExtractorNoPause):
|
|||||||
tags = ["jeune public"]
|
tags = ["jeune public"]
|
||||||
category = None
|
category = None
|
||||||
else:
|
else:
|
||||||
category = ""
|
category = None
|
||||||
|
|
||||||
dates = soup.select("#event_ticket_content>ul>li")
|
dates = soup.select("#event_ticket_content>ul>li")
|
||||||
for d in dates:
|
for d in dates:
|
||||||
@ -100,7 +100,7 @@ class CExtractor(TwoStepsExtractorNoPause):
|
|||||||
tags,
|
tags,
|
||||||
recurrences=None,
|
recurrences=None,
|
||||||
uuids=[event_url + "?d=" + str(date) + "&t=" + str(time)],
|
uuids=[event_url + "?d=" + str(date) + "&t=" + str(time)],
|
||||||
url_human=url_human,
|
url_human=event_url,
|
||||||
start_time=time,
|
start_time=time,
|
||||||
end_day=None,
|
end_day=None,
|
||||||
end_time=None,
|
end_time=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user