mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-05-01 03:06:28 +02:00
Removed: user-agent debug
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## 1.1.0
|
||||||
|
### Changed
|
||||||
|
* Project structure reorganized: features such as **search**, **user**, and **ad** are now separated using mixins.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Realistic dynamic mobile User-Agent generation.
|
||||||
|
|
||||||
## 1.0.10
|
## 1.0.10
|
||||||
### Fix
|
### Fix
|
||||||
* KeyError when using shippable=True (#5)
|
* KeyError when using shippable=True (#5)
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ class SessionMixin:
|
|||||||
'Sec-Fetch-Site': 'same-site',
|
'Sec-Fetch-Site': 'same-site',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
print(session.headers["User-Agent"], impersonate)
|
|
||||||
if proxy:
|
if proxy:
|
||||||
session.proxies = {
|
session.proxies = {
|
||||||
"http": proxy.url,
|
"http": proxy.url,
|
||||||
|
|||||||
Reference in New Issue
Block a user