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

Missing `photos` attribute in the `VintedItem` obj #28

Closed Giglium closed 9 months ago

Giglium commented 9 months ago

Describe the bug

Missing photos attribute in the VintedItem obj. The photos attribute is returned from the item function.

Expected behavior

Add the photos attribute in the VintedItem obj.