Si on n'a pas de localisation pour la comédie, on donne une localisation par défaut
This commit is contained in:
parent
7478542970
commit
a0e8291a9c
@ -65,6 +65,8 @@ class CExtractor(TwoStepsExtractor):
|
||||
.contents[-1]
|
||||
.split("•")[-1]
|
||||
)
|
||||
if location.replace(" ", "") == "":
|
||||
location = self.nom_lieu
|
||||
self.add_event_location(e_url, location)
|
||||
|
||||
def add_event_from_content(
|
||||
|
Loading…
Reference in New Issue
Block a user