Update GAT.py

This commit is contained in:
frxz751113
2024-09-30 02:11:14 +08:00
committed by GitHub
parent e0cad71e1b
commit 74e0d5fb2b
+1 -1
View File
@@ -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: