Open geniass opened 3 years ago
Some products have multiple pages on the store, so the scraper randomly chooses one as the page URL (race condition).
This would make change notifications difficult unless we ignore the URL or something.
In my own scraper I based this on the product id alone which is the same in all urls for the different categories.
Some products have multiple pages on the store, so the scraper randomly chooses one as the page URL (race condition).
This would make change notifications difficult unless we ignore the URL or something.