Last Updated: January 11, 2019
·
214
· skyzyx

JavaScript for downloading all images in an imgur album

Run this from the JavaScript console to get a list of wget commands.

runSlots.item.album_images.images.forEach(e => console.log(`wget https://i.imgur.com/${e.hash}${e.ext}`));