pc-part-dataset icon indicating copy to clipboard operation
pc-part-dataset copied to clipboard

[Feature Request]: Add urls to product object

Open guipace opened this issue 1 year ago • 0 comments

Can we add the PCPP url to the product object too? That would be helpful.

Something to this effect in scraper.ts:

serialized['url'] = await productEl.$eval(
    '.td__name > a',
    (a) => (a as HTMLAnchorElement).href
)

guipace avatar Mar 28 '24 01:03 guipace