This is an old revision of the document!
original post can be found here (archive link, second archive link)
video tutorial embedded in original post can be viewed below
embed
text tutorial below
what you'll need is gallery-dl, a command-line program for downloading images and image galleries and shit online. it's available for windows macos and linux, but since i'm on linux i'm not sure how to go about installing it from the first two - i assume windows is relatively easy though and macos probably isn't that far off from linux. if you're not sure how to install it the github page has guides, or you can google it
(by the way, if you're wondering why i don't use wget which is widely known of rather than gallery-dl, it's because wget downloads the icons with the watermarks on them. i'm not sure how gallery-dl gets them without watermarks but who cares it works)
so you have the icon post you want to save - for this tutorial i'm using this post of akb48 icons. first step is to make a folder somewhere to save the icons. just make it where you want to keep the icons or something idk. i just called mine “icons” and sorted it where i save other icons.
navigate to that folder in the terminal - on linux and i think windows too you can just open the terminal in the folder, or you can navigate to it with the cd command. for example:
cd "/home/melodicake/Pictures/Miscellaneous/icon archive/livejournal/wherepigsflyy/dfsgsdfgsdfg/icons"
run the following command, replacing url with the url of the icon post you're downloading from:
gallery-dl -g "r:url" > filenames.txt
for example, mine would be the following:
gallery-dl -g "r:https://wherepigsflyy.livejournal.com/2083.html" > filenames.txt
what this does is get the urls of everything on the page, including the photobucket image urls, and then saves them to a generated text file titled “filenames.txt” (though you can change that to something else if you want to lol).
This theme is made by desbest and Jessica Russell Flint