move specific crawler config to the separated files

This commit is contained in:
Bilal Catic
2019-10-24 16:57:23 +02:00
parent e82a0cfba4
commit 935ae60ae1
7 changed files with 75 additions and 69 deletions

View File

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