Add keywords to ignore in description to avoid useless ads

このコミットが含まれているのは:
Nicolas Frandeboeuf 2020-01-05 12:17:01 +01:00 committed by nicofrand
コミット 5b15ce6918
1個のファイルの変更6行の追加1行の削除

ファイルの表示

@ -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 }