From f3c1fa867c1669dd20ca438b4a7bdabb9b9ee4fc Mon Sep 17 00:00:00 2001 From: cubemaster21 Date: Thu, 8 Jun 2023 09:28:35 -0400 Subject: [PATCH] Changed extractor to only run on sunday nights --- crawlers/topclassiccarsforsale.crawler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/topclassiccarsforsale.crawler.js b/crawlers/topclassiccarsforsale.crawler.js index 9f5c4a7..4b3e156 100644 --- a/crawlers/topclassiccarsforsale.crawler.js +++ b/crawlers/topclassiccarsforsale.crawler.js @@ -2,7 +2,7 @@ const puppeteer = require('puppeteer'); const genericVinParserFactory = require('../processors/generics/generic-vin-parser'); const superagent = require('superagent'); module.exports = { - cronString: '15 23 * * *', + cronString: '15 23 * * 0', run: async function () { const startingPoint = 'https://topclassiccarsforsale.com/amc'; const browser = await puppeteer.launch({