mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-02-08 00:52:14 +01: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
|
||||
### Fix
|
||||
* KeyError when using shippable=True (#5)
|
||||
|
||||
@@ -69,7 +69,6 @@ class SessionMixin:
|
||||
'Sec-Fetch-Site': 'same-site',
|
||||
}
|
||||
)
|
||||
print(session.headers["User-Agent"], impersonate)
|
||||
if proxy:
|
||||
session.proxies = {
|
||||
"http": proxy.url,
|
||||
|
||||
Reference in New Issue
Block a user