Fixed olx scraper api bug.

This commit is contained in:
Naida Vatric
2020-03-04 22:56:06 +01:00
parent f5f8fa276c
commit b3708cf842
5 changed files with 58 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ const fetch = async (url, options = {}) => {
: url;
//
console.log("Url for scraping:", urlAdaptedForScraping);
// console.log("Url for scraping:", urlAdaptedForScraping);
return nodeFetch(urlAdaptedForScraping, newOptions);
};