Can anon make an automated script to DL the original (large) image files from this website? My carpal is hurt from right clicking and renaming them.https://madsberg.dk/https://madsberg.dk/copy-of-selected-workhttps://madsberg.dk/illustration-archive
>>1223917https://pastebin.com/w7SRQjgmRequires Python 3 with beautifulsoup4 and requests.Give it the urls as arguments and it will download the images to directories in the working directory.
>>1223978Thank you anon. Have you tried it?
>>1224010I have, and it works for me.
>>1224024Thank you, it works. (after figuring out how to install python 3)
>>1223917Good answer there also look into wget, something like this with a delay loop will do it also just zip it up into some archive for porposes and stuff.wget --wait=0.5 --no-directories --no-clobber --recursive --level=1 --no-parent --span-hosts --ignore-case --accept=jpg,jpeg,gif,png --reject=txt --follow-tags=A %*