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.