From 98c8585327223f11478386a6b32d31ca14ce1fa7 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Thu, 22 Apr 2021 02:50:39 +0800 Subject: [PATCH] change host for func get_javlib_cookie --- ADC_function.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADC_function.py b/ADC_function.py index 95bb407..2b66cb9 100755 --- a/ADC_function.py +++ b/ADC_function.py @@ -113,12 +113,12 @@ def get_javlib_cookie() -> [dict, str]: try: if switch == 1 or switch == '1': raw_cookie, user_agent = cloudscraper.get_cookie_string( - "http://www.m45e.com/", + "http://www.javlibrary.com/", proxies=proxies ) else: raw_cookie, user_agent = cloudscraper.get_cookie_string( - "http://www.m45e.com/" + "http://www.javlibrary.com/" ) except requests.exceptions.ProxyError: print("[-] ProxyError, retry {}/{}".format(i+1, retry_count))