pySmartDL
pySmartDL copied to clipboard
A Smart Download Manager for Python
will it be possible to add functionality like using a different url only if one fails and continuing downloading #14 from where it left off, this will be usefull for...
I would like to resume downloads from the previously downloaded part. Now each time the download starts from the beginning. How to check for the downloaded data...
Hello, I am using pySmartDL 1.3.4 on ubuntu 16.04. Even if I set thread = 5 explicitly, the tmp file only has .000. Does this mean pySmartDL only use one...
When I add several mirrors to the list, let's say in random order, will the mirror functionality choose the fastest one? I use archive.org as a fallback. That is reliable...
**Got an error while using your pySmartDL:** ``` 2022-02-09T15:19:28.538821+00:00 app[web.1]: Exception in thread Thread-5: 2022-02-09T15:19:28.538840+00:00 app[web.1]: Traceback (most recent call last): 2022-02-09T15:19:28.538858+00:00 app[web.1]: File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-02-09T15:19:28.539230+00:00...
this will add support for cookies via Netscape style cookie jars files - #37
Gives this error when I use pySmartDL on aws server to download some files from a very stable site. Exception in thread Thread-37: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py",...
So in some parts of the world we have dodgy internet. Connections die, connections time out on trying to negotiate ssl etc. etc. If there an easy way to tell...
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()`