From c980eabd4ec6626c016f7d70ff79648262af9ba1 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:17:25 +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 b4bb161..bef1cad 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, 3): + for page in range(1, 2): url = f'http://tonkiang.us/?page={page}&iqtv={keyword}' response = requests.get(url) if response.status_code == 200: