Olx scraper debugging.

This commit is contained in:
Naida Vatric
2020-02-28 15:41:20 +01:00
parent 747f56941a
commit 90e171d07d
2 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if (urlToScrape) {
(async () => {
const data = await crawler.scrapeAd(urlToScrape);
console.log(data);
console.log("Scraped data:", data);
})();
} else {
console.log("No URL to scrape. Use like this : ");