dload icon indicating copy to clipboard operation
dload copied to clipboard

dload - Download Library

Results 6 dload issues
Sort by recently updated
recently updated
newest added

I try to run the examples from the repo's README file but I get an error. The version of dload is 0.6, python is 3.6.9 and the requests library is...

First of all: thanks for the great library! I am getting the following error when using` dload.git_clone`. I tried with different repo's but get the same error. ``` dload.git_clone("https://github.com/aaaa/aaaa.git", clone_dir=LOCAL_DST)...

try: dload.save('any url','any location') #Assuming location and url are valid! print("Downloaded Successfully") except(ConnectionError,Exception): print("Network Error") Even if the network is turned off the except block never executes

I am attempting to use dload.save_unzip procedure and am struggling with a file permission error. I receive the same error with dload.save when only passing the url for the file...

Running a script using dload on one of my VPSs resulted in a `Memory Error` traced aback to your save function, for a file only 150mb big. I have opened...

Previously downloading even small files on machines with limited ram would result in a memory error. To overcome this the code has been adjusted to stream the file to disk...