|
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
|
|
|
|
}),
|
|
|
|
|
baseUrl :'hemmings.com',
|
|
|
|
|
parseVIN: genericVinParserFactory({
|
|
|
|
|
vinElementSelector: `div.py-4.px-4.flex.flex-col.lg:flex-row.flex-wrap div.w-full.lg:w-1/2.my-2 div.flex.flex-col div.text-lg.lg:text-xl.whitespace-normal`
|
|
|
|
|
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`
|
|
|
|
|
}),
|
|
|
|
|
parseMileage: async function (page) {
|
|
|
|
|
return null;
|
|
|
|
|
|