mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-17 15:24:43 +08:00
Update top500_manual.py
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
该脚本应当在内网环境中运行
|
该脚本应当在内网环境中运行
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import pandas as pd
|
|
||||||
import requests
|
import requests
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
@@ -25,7 +24,7 @@ with open('top500Domains_new.csv','r') as csvfile:
|
|||||||
file_domain_in.write(domain_n[1] + '\n')
|
file_domain_in.write(domain_n[1] + '\n')
|
||||||
|
|
||||||
|
|
||||||
|
# Read top500
|
||||||
domains = []
|
domains = []
|
||||||
with open("resultant/top500_manual.list", "r", encoding='utf-8') as f:
|
with open("resultant/top500_manual.list", "r", encoding='utf-8') as f:
|
||||||
for domain in f.readlines():
|
for domain in f.readlines():
|
||||||
|
|||||||
Reference in New Issue
Block a user