Fanatic
Posted Today, 02:22 AM
Il Cucchiaio's scripts are very useful indeed.
Unfortunately I've found my downloads interrupted a couple of times by
the occasional forum outages, and starting over for every thread that
gets interrupted would be a pain since I'm on dialup.Here's a workaround that I figured out that lets me resume the download from whatever page I want.
If the last page that loaded successfully was (for example) "99", I go to the line that says:
Quote
for j in range(page_nums): #number of pages of each thread
And change it to:
Quote
for j in range(99, page_nums): #number of pages of each threadMake sure to include the space after the comma.
Just plug in the number of your particular last page that loaded successfully instead of the "99".
Hope this saves some of you some time
No comments:
Post a Comment