Merge branch 'main' of ssh://forge.chapril.org:222/jmtrivial/agenda_culturel

This commit is contained in:
Jean-Marie Favreau 2025-02-09 17:22:22 +01:00
commit f26ebf4f08

View File

@ -10,7 +10,7 @@ class CExtractor(TwoStepsExtractor):
url_referer = "https://lacomediedeclermont.com/saison24-25/"
def is_to_import_from_url(self, url):
if any(keyword in url for keyword in ["podcast", "on-debriefe", "popcorn", "rencontreautour","rencontre-autour"]):
if any(keyword in url for keyword in ["podcast", "on-debriefe", "popcorn", "rencontreautour","rencontre-autour","les-cles-du-spectacle"]):
return False
else:
return True