The CSS tag used to extract the price from a div element was changed, triggering the scraper to not properly extract the prices. This PR makes changes to properly identify the price element.
Also, while creating this PR, Werkzeug just released a new version, 3.0.3 -> 3.0.4, which broke the GHA package installation process despite the release not being a breaking change normally.
The CSS tag used to extract the
price
from adiv
element was changed, triggering the scraper to not properly extract the prices. This PR makes changes to properly identify the price element.Also, while creating this PR,
Werkzeug
just released a new version,3.0.3
->3.0.4
, which broke the GHA package installation process despite the release not being a breaking change normally.