This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmclcore/Test.py
2020-11-22 00:45:32 +08:00

8 lines
253 B
Python

from GMCLCore import *
launcher=GMCLCore()
launcher.EnableAriaDownload()
launcher.EnableAutoLogPrint()
launcher.Download("http://mirrors.163.com/kali-images/kali-weekly/kali-linux-2020-W47-installer-netinst-i386.iso","test.iso")
launcher.PrintAllLog()