From cae35fb1306b40def84b9f4aa685af2b85eb1ddf Mon Sep 17 00:00:00 2001 From: None <62809003+Arrowar@users.noreply.github.com> Date: Sun, 13 Jul 2025 09:39:55 +0200 Subject: [PATCH] Update site.py --- StreamingCommunity/Api/Site/streamingcommunity/site.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StreamingCommunity/Api/Site/streamingcommunity/site.py b/StreamingCommunity/Api/Site/streamingcommunity/site.py index 2b58043..e733ad7 100644 --- a/StreamingCommunity/Api/Site/streamingcommunity/site.py +++ b/StreamingCommunity/Api/Site/streamingcommunity/site.py @@ -49,7 +49,8 @@ def title_search(query: str, proxy: str) -> int: f"{site_constant.FULL_URL}/it", headers={'user-agent': get_userAgent()}, timeout=max_timeout, - proxy=proxy + proxy=proxy, + follow_redirects=True ) response.raise_for_status()