remove non-adblock rules, Ali ADblock

fix #28, update readme
This commit is contained in:
Moshel
2017-06-24 16:48:02 +08:00
parent e9e07d28f4
commit 6918fd0b85
17 changed files with 366 additions and 921 deletions

View File

@@ -117,9 +117,9 @@ time.sleep(5)
file_proxy = open('resultant/top500_proxy.list', 'w', encoding='utf-8')
file_direct = open('resultant/top500_direct.list', 'w', encoding='utf-8')
now_time = '# list refresh time: ' + time.strftime("%Y-%m-%d %H:%M:%S")
file_proxy.write(now_time + '\n')
file_direct.write(now_time + '\n')
now_time = time.strftime("%Y-%m-%d %H:%M:%S")
file_proxy.write('# top500 proxy list update time: ' + now_time + '\n')
file_direct.write('# top500 direct list update time: ' + now_time + '\n')
# Start Thread
UrlScaner().start()