pySmartDL
pySmartDL copied to clipboard
Progress?
It doesn't show download progress am i doing something wrong? code:
from pySmartDL import SmartDL
url = "https://downloads.niresh.co/temp/2021-02-03/1637901250/macOS%20Catalina%20Bootable%20Image.dmg"
dest = "/content/"
obj = SmartDL(url, dest)
obj.start()
path = obj.get_dest()