pySmartDL icon indicating copy to clipboard operation
pySmartDL copied to clipboard

Progress?

Open Justxd22 opened this issue 4 years ago • 0 comments

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()

Justxd22 avatar Feb 04 '21 06:02 Justxd22