Fixed olx scraper api bug.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user