1.add hosteons
This commit is contained in:
1
main.py
1
main.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user