mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-24 07:45:35 +02:00
1.0.7
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 1.0.7
|
||||||
|
### Added
|
||||||
|
* Automatic rotation of browser impersonation when `impersonate` argument in `Client` is set to None.
|
||||||
|
* Ability to choose which browser to impersonate via the `impersonate` argument in `Client`.
|
||||||
|
* Option to disable SSL verification for requests by setting `request_verify` to `False` in `Client`.
|
||||||
|
|
||||||
## 1.0.6
|
## 1.0.6
|
||||||
### Fixed
|
### Fixed
|
||||||
* "Unknown location type" error when searching with a URL containing a zipcode.
|
* "Unknown location type" error when searching with a URL containing a zipcode.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lbc"
|
name = "lbc"
|
||||||
version = "1.0.6"
|
version = "1.0.7"
|
||||||
description = "Unofficial client for Leboncoin API"
|
description = "Unofficial client for Leboncoin API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|||||||
Reference in New Issue
Block a user