diff --git a/processors/hemmings.processor.js b/processors/hemmings.processor.js index 07188ac..eb2c463 100644 --- a/processors/hemmings.processor.js +++ b/processors/hemmings.processor.js @@ -10,9 +10,9 @@ module.exports = { carouselTrigger: '.bg-center' }), baseUrl :'hemmings.com', - parseVIN: genericVinParserFactory({ - vinElementSelector: `div.py-4.px-4.flex.flex-col.lg:flex-row.flex-wrap div.w-full div.flex.flex-col div.text-lg.lg:text-xl.whitespace-normal` - }), + parseVIN: async function(page) { + return null; + }, parseMileage: async function (page) { return null; }