mfcharaf / AnonBulkDownloader

Download links from anonfiles in bulk
7 stars 1 forks source link

Getting an error during the download process? #1

Open SeanFrohman opened 2 years ago

SeanFrohman commented 2 years ago

I get to about 11 downloads (out of 400) and it says:

Downloading https://anonfiles.com/H434RfHfx0/file_mp4 Traceback (most recent call last): File "/Users/seanfrohman/Downloads/AnonBulkDownloader-master/abd.py", line 58, in fname = str.replace(os.path.basename(dlink[0]), ".", "_" + str(ts) + ".") IndexError: list index out of range

Is there a fix for this? Python was being crappy because I have 2,7 and 3, and 2.7 works better but my version is depreciated so I think this might have been lxml and tools via pip3

Thanks in advance!

mfcharaf commented 2 years ago

Issue was caused by broken links (404 not found) Problem fixed by handling 404 and other HTTP errors.