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