Add keywords to ignore in description to avoid useless ads
This commit is contained in:
parent
a150312daa
commit
5b15ce6918
@ -38,7 +38,12 @@ DEFAULT_CONFIG = {
|
||||
"bedrooms": (None, None), # (min, max)
|
||||
"minimum_nb_photos": None, # min number of photos
|
||||
"description_should_contain": [], # list of terms
|
||||
"description_should_not_contain": [], # list of terms
|
||||
"description_should_not_contain": [ # list of terms
|
||||
"vendu",
|
||||
"Vendu",
|
||||
"VENDU",
|
||||
"recherche"
|
||||
],
|
||||
"time_to": {} # Dict mapping names to {"gps": [lat, lng],
|
||||
# "time": (min, max),
|
||||
# "mode": Valid mode }
|
||||
|
Loading…
Reference in New Issue
Block a user