Update site.py

This commit is contained in:
None 2025-07-13 09:39:55 +02:00 committed by GitHub
parent d36e853613
commit cae35fb130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,8 @@ def title_search(query: str, proxy: str) -> int:
f"{site_constant.FULL_URL}/it", f"{site_constant.FULL_URL}/it",
headers={'user-agent': get_userAgent()}, headers={'user-agent': get_userAgent()},
timeout=max_timeout, timeout=max_timeout,
proxy=proxy proxy=proxy,
follow_redirects=True
) )
response.raise_for_status() response.raise_for_status()