Update GAT.py
This commit is contained in:
@@ -11,8 +11,8 @@ from concurrent.futures import ThreadPoolExecutor
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
keywords = ['1905', '凤凰卫视', '人间卫视', '亚洲卫视', '香港卫视', '神乐', '翡翠台', '凤凰香港', '凤凰中文', '凤凰资讯', 'AXN', 'AMC', '好莱坞', '东森', 'TVB', \
|
keywords = ['凤凰卫视', '人间卫视', '亚洲卫视', '香港卫视', '翡翠台', '凤凰香港', '凤凰中文', '凤凰资讯', 'AXN', 'AMC', '好莱坞', '东森', 'TVB', \
|
||||||
'龙华', '龙祥', '猪哥亮', '数位', 'AMC', '美亚', '番薯', '八大', '三立', '电影台', '戏剧台'] # 这里定义你的搜索关键词列表
|
'龙华', '龙祥', '猪哥亮', '数位', '美亚', '番薯', '八大', '三立', '电影台', '戏剧台'] # 这里定义你的搜索关键词列表
|
||||||
output_file = 'gat.txt'
|
output_file = 'gat.txt'
|
||||||
|
|
||||||
with open(output_file, 'w', encoding='utf-8') as f:
|
with open(output_file, 'w', encoding='utf-8') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user