|
|
|
@ -10,9 +10,9 @@ module.exports = {
|
|
|
|
carouselTrigger: '.bg-center'
|
|
|
|
carouselTrigger: '.bg-center'
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
baseUrl :'hemmings.com',
|
|
|
|
baseUrl :'hemmings.com',
|
|
|
|
parseVIN: genericVinParserFactory({
|
|
|
|
parseVIN: async function(page) {
|
|
|
|
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`
|
|
|
|
return null;
|
|
|
|
}),
|
|
|
|
},
|
|
|
|
parseMileage: async function (page) {
|
|
|
|
parseMileage: async function (page) {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|