Hello everyone, I just did an enter in a blog explaining how you can download all images from a profile and doing pagination with a line of bash code. This can be executed in any OS, also on Windows if you set up the curl module. So what it is going to do, is using curl to mass scrape and paginate a tumblr profile, so you will get a list of URLs that will be processed with a while loop inside the curl, and then saving it on the folder you are running this command. But first… You might need to install cURL in your server, dont worry is easy: 1 sudo apt-get install c