Open Justxd22 opened 3 years ago
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/"
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()
obj = SmartDL(url, dest)
obj.start()
path = obj.get_dest()
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()