1. Add a check on fetch cookie response status code 23 2. Add missing `photos` attribute 28 3. Deprecated `photo` attribute, to avoid confusion with `photos`. Now, the `photos` attribute will contain the value previously contained by `photo`. 4. Add support to proxy directly 17
2.0.1
Fix 18
2.0.0
1. `Structured` and `Raw` functions don't exist anymore. You need to create an instance of `VintedScraper` or `VintedWrapper`; 2. `get_item(url)` function was renamed to `item(id)` and it doesn't accept and URL anymore but an ID.
Please check the quickstart on the [README](./README.md) to see how to use it.