This commit is contained in:
UrloMythus
2025-07-18 09:51:51 +02:00
parent e1b7376b8b
commit abf282c770
10 changed files with 16 additions and 167 deletions

View File

@@ -30,7 +30,6 @@ class BaseExtractor(ABC):
try:
async with create_httpx_client() as client:
request_headers = self.base_headers
print(request_headers)
request_headers.update(headers or {})
response = await client.request(
method,