Skip to content

Releases: Giglium/vinted_scraper

2.4.0

03 Feb 17:36
3750e51
Compare
Choose a tag to compare

What's Changed

Enhancements

Docs

Full Changelog: 2.3.2...2.4.0

2.3.2

31 Jan 07:56
Compare
Choose a tag to compare

What's Changed

Bug fixes

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

Full Changelog: 2.3.1...2.3.2

2.3.1

30 Oct 10:13
Compare
Choose a tag to compare

What's Changed

  • Update user agents by @github-actions in #55
  • Update cookie system by @Fedee0 in #58

Full Changelog: 2.3.0...2.3.1

2.3.0

07 May 17:19
bcf5b53
Compare
Choose a tag to compare

What's Changed

  • Update user agents by @github-actions in #49
  • Add retry to fetch cookie by @Giglium in #52

Full Changelog: 2.2.1...2.3.0

2.2.1

06 Apr 20:05
Compare
Choose a tag to compare

Update the user agent list

2.2.0

05 Jan 13:24
719ba1f
Compare
Choose a tag to compare
  • Update the user agent list
  • Refresh the session cookie on 401 status code #32

Full Changelog: 2.1.0...2.2.0

2.1.0

09 Dec 10:35
Compare
Choose a tag to compare
  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

07 Nov 10:06
Compare
Choose a tag to compare

Fix #18

2.0.0

12 Oct 11:20
3b42936
Compare
Choose a tag to compare
  1. [Breaking change] Now we use the API instead of the web page results #13;
  2. Lower the requirements of the package, now Python >=3.6 is supported #14;
  3. Update the user agents' file.

Porting from 1.x to 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 to see how to use it.

1.1.3

05 Oct 21:11
Compare
Choose a tag to compare

Fix #12