1.add hosteons

This commit is contained in:
facat 2019-06-16 23:44:13 +08:00
parent e9db806df4
commit 92fe2ef0f6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import downloader
if __name__ == "__main__": if __name__ == "__main__":
servers = [ servers = [
{"url": "http://67.209.190.15/1000M.bin", "name": "bwg"}, {"url": "http://67.209.190.15/1000M.bin", "name": "bwg"},
{"url": "http://185.255.130.87:10010/1000M.bin", "name": "hosteons"},
{"url": "http://192.168.1.130:10010/1000MB.bin", "name": "local"}, {"url": "http://192.168.1.130:10010/1000MB.bin", "name": "local"},
] ]
downloader.download_file(servers) downloader.download_file(servers)