Giglium / vinted_scraper

A very simple Python package that scrapes the Vinted website to retrieve information about its items.
MIT License
15 stars 3 forks source link

Regression introduced with version 1.1.1 #8

Closed Giglium closed 1 year ago

Giglium commented 1 year ago

Describe the bug

After the bugfix #6, the get_item function stops working. This is because the new price obj structure is valid only for the search

Steps to reproduce

Running the quickstart is enough: https://github.com/Giglium/vinted_scraper/blob/main/README.md?plain=1#L33-L47