Merge branch 'filter-import-comedie'
This commit is contained in:
		@@ -10,7 +10,7 @@ class CExtractor(TwoStepsExtractor):
 | 
			
		||||
    url_referer = "https://lacomediedeclermont.com/saison24-25/"
 | 
			
		||||
 | 
			
		||||
    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
 | 
			
		||||
        else:
 | 
			
		||||
            return True
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user