add crawler config and include specific crawler for "rental" agency

This commit is contained in:
Bilal Catic
2019-10-24 07:48:49 +02:00
parent abc591749e
commit ec798fe94c
4 changed files with 80 additions and 21 deletions

View File

@@ -133,7 +133,8 @@ const AD_STATUS = {
};
const AD_AGENCY = {
OLX: "OLX"
OLX: "OLX",
RENTAL: "RENTAL"
};
const CRAWLER_AD_TYPE = {