Исправления в подмене заголовка.
This commit is contained in:
@@ -60,7 +60,7 @@ def get_headers():
|
||||
("User-Agent", user_agent),
|
||||
("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"),
|
||||
("Accept-Language", accept_lang),
|
||||
("Accept-Encoding", "gzip, deflate, br"),
|
||||
("Accept-Encoding", "gzip, deflate, br, zstd"),
|
||||
("Connection", "keep-alive"),
|
||||
("Upgrade-Insecure-Requests", "1"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user