This is an old revision of the document!
Table of Contents
originally posted to dreamwidth on 2021-05-27
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
disclaimers
- this might stop working in the future if photobucket changes something else again. if that happens i'll probably find another way to download icons because when there's a will there's a fucking way, and then i'll update this tutorial or write another, depending on how much it's changed
- there's probably an easier way to go about this but i barely know what i'm doing so just roll with it unless you know how to simplify it (suggestions are appreciated!)
- i honestly don't know if this is just a me problem or if photobucket's like this universally but i might as well share it anyway and help someone out
- also this works with basically all photobucket-hosted images on a page and not just icons, if anyone wants to use this for something else lol
before you start
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)
1. step one
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"
2. step two
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).
3. step three
since this got literally every single url on the page, you have to manually open the txt file and delete all the urls except the photobucket image urls. they'll all be bunched together so just search for them in notepad using ctrl+f (or command+f on mac) and copy them, then delete everything else and paste only the photobucket urls.
here's that in image form since that's probably confusing lol (click for full size):