From 74e0d5fb2ba47a7968c3c6b0c8aa0d00569943f3 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:11:14 +0800 Subject: [PATCH] Update GAT.py --- py/GAT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/GAT.py b/py/GAT.py index a05a098..b4bb161 100644 --- a/py/GAT.py +++ b/py/GAT.py @@ -19,7 +19,7 @@ output_file = 'gat.txt' with open(output_file, 'w', encoding='utf-8') as f: for keyword in keywords: - for page in range(1, 11): + for page in range(1, 3): url = f'http://tonkiang.us/?page={page}&iqtv={keyword}' response = requests.get(url) if response.status_code == 200: