This commit is contained in:
mac12m99
2021-05-13 20:13:13 +02:00
parent 5dfd4a09c2
commit 3f72cebd96
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def get_cookie():
def get_data(item):
support.dbg()
# support.dbg()
url = httptools.downloadpage(item.url, headers=headers, follow_redirects=True, only_headers=True).url
data = support.match(url, headers=headers, follow_redirects=True).data
if 'AWCookieVerify' in data: