iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
198 stars 56 forks source link

Progress? #48

Open Justxd22 opened 3 years ago

Justxd22 commented 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/"

obj = SmartDL(url, dest) obj.start() path = obj.get_dest()