move specific crawler config to the separated files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const olxCrawler = require("../app/crawler/specific/olx");
|
||||
const olxCrawler = require("../app/crawler/specificCrawlers/olx");
|
||||
|
||||
const urlToScrape = process.argv[2] || undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user