Releases: Giglium/vinted_scraper
Releases · Giglium/vinted_scraper
2.4.0
2.3.2
What's Changed
Bug fixes
- Add support to proxy in
_fetch_cookie
. by @lucalenardi in #67
Dependencies
- Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #64
- Update user agents by @github-actions in #65
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #63
New Contributors
- @lucalenardi made their first contribution in #67
Full Changelog: 2.3.1...2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
- [Breaking change] Now we use the API instead of the web page results #13;
- Lower the requirements of the package, now Python >=3.6 is supported #14;
- Update the user agents' file.
Porting from 1.x
to 2.0.0
:
Structured
andRaw
functions don't exist anymore. You need to create an instance ofVintedScraper
orVintedWrapper
;get_item(url)
function was renamed toitem(id)
and it doesn't accept and URL anymore but an ID.
Please check the quickstart on the README to see how to use it.