Merge branch 'filter-import-comedie'
This commit is contained in:
commit
d119f1fa45
@ -10,7 +10,7 @@ class CExtractor(TwoStepsExtractor):
|
|||||||
url_referer = "https://lacomediedeclermont.com/saison24-25/"
|
url_referer = "https://lacomediedeclermont.com/saison24-25/"
|
||||||
|
|
||||||
def is_to_import_from_url(self, url):
|
def is_to_import_from_url(self, url):
|
||||||
if "on-debriefe" in url:
|
if any(keyword in url for keyword in ["podcast", "on-debriefe", "popcorn", "rencontreautour","rencontre-autour"]):
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user