Update GAT.py

This commit is contained in:
frxz751113
2024-10-03 11:49:01 +08:00
committed by GitHub
parent 1df2e1e472
commit 5bf4555a82
+1 -1
View File
@@ -47,7 +47,7 @@ for i in range(len(lines)):
with open('gat.txt', 'w', encoding='utf-8') as outfile:
outfile.writelines(new_lines)
keywords = ['CCTV1', 'CCTV2', 'CCTV3', 'CCTV4', 'CCTV5', 'CCTV6', 'CCTV7', 'CCTV8', 'CCTV9', 'CCTV15', '湖北卫视', '湖南卫视', '江苏卫视', '北京卫视', '动作电影', '影迷电影', '家庭影院', '高清电影'] # 这里定义你的搜索关键词列表
keywords = ['电影', '戏剧台', '东森', '八大'] # 这里定义你的搜索关键词列表
output_file = '2.txt'
with open(output_file, 'w', encoding='utf-8') as f: