implement crawler for Prostor agency
This commit is contained in:
@@ -24,7 +24,7 @@ const transformedProstorCrawlerAdCategories = prostorParsedCrawlerAdCategories
|
||||
module.exports = {
|
||||
PROSTOR_MAX_PAGES: parseInt(process.env.PROSTOR_MAX_PAGES) || 100,
|
||||
PROSTOR_MAX_RESULTS_PER_PAGE:
|
||||
parseInt(process.env.PROSTOR_MAX_RESULTS_PER_PAGE) || 50,
|
||||
parseInt(process.env.PROSTOR_MAX_RESULTS_PER_PAGE) || 5000,
|
||||
PROSTOR_CRAWLER_AD_TYPE: prostorCrawlerAdType || CRAWLER_AD_TYPE.NONE,
|
||||
PROSTOR_CRAWLER_AD_CATEGORIES: transformedProstorCrawlerAdCategories,
|
||||
PROSTOR_IGNORED_USERNAMES: prostorIgnoredUsernames || [],
|
||||
|
||||
Reference in New Issue
Block a user