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

Refresh the session cookie when we receive the 401 status code #31

Closed Giglium closed 8 months ago

Giglium commented 9 months ago

What is the current behavior? And why it does suit you?

Currently, this feature is commented on since it doesn't work the related test https://github.com/Giglium/vinted_scraper/blob/main/src/vinted_scraper/vintedWrapper.py#L122-L126

Describe the solution you'd like

Fix it!