![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
i didn't realize how many pictures i had hosted with eljay over the years. i was unable to find an official download function on the eljay site.
this isn't the be all/end all, this is where i got to through trial and error without any scripting. this method does require accepting the TOS, as far as i can tell.
***
i'm working on Windows. the utility i'm using, wget, is available for all desktop platforms and the command should be the same. you can use any text editor that will find/replace with regular expressions.
software used:
wget for Windows: http://gnuwin32.sourceforge.net/packages/wget.htm
you want the setup version.
notepad++: https://notepad-plus-plus.org/
all the originals should download loose into the folder with wget and your text file.
Edited to add: if, like me, you used email posting for cell phone pictures, this page may provide some clues in tracking down entries using eljay hosting, when you're ready to replace links in your imported entries.
this isn't the be all/end all, this is where i got to through trial and error without any scripting. this method does require accepting the TOS, as far as i can tell.
***
i'm working on Windows. the utility i'm using, wget, is available for all desktop platforms and the command should be the same. you can use any text editor that will find/replace with regular expressions.
software used:
wget for Windows: http://gnuwin32.sourceforge.net/packages/wget.htm
you want the setup version.
notepad++: https://notepad-plus-plus.org/
- Go to your photostream. Example: http://ironymaiden.livejournal.com/photo/
- Open an album.
- Click PUBLISH ALL TO ENTRY.
- In the "Size of a pictures" dropdown, choose Original.
- Click Insert Pictures.
- Now all the pictures in the album are in a draft entry. (If you don't already see these as HTML code, click the HTML tab.)
- Copy and paste the draft text into Notepad++.
- Repeat the above until you have all of your albums.
- Go to Search>Replace.
- Select Wrap around and Regular expression.
- Find <img src="
- Replace with
- Find " alt=".*" title=".*">
- Replace with
- Save your text file into the folder with wget.exe.
- Open cmd. (If you chose the default install location for wget, right-click cmd and choose Run as Administrator.)
- Go to the folder with wget.exe: cd "c:\filepath\folderwithwget" (Windows is a butt about copying and pasting on the command line, but you can do it. Copy the filepath, right-click on the title bar of cmd to get a menu, then Edit>Paste.)
- Now you should have a prompt that includes the path to the folder with your wget.
- Enter this (with the name of your text file): wget -i text_file.txt
This should get you a list of URLs that look like this: http://ic.pics.livejournal.com/ironymaiden/1176386/4463/4463_original.jpg
all the originals should download loose into the folder with wget and your text file.
Edited to add: if, like me, you used email posting for cell phone pictures, this page may provide some clues in tracking down entries using eljay hosting, when you're ready to replace links in your imported entries.
no subject
Date: 2017-04-14 10:20 pm (UTC)I did this on a Mac, and had to troubleshoot my way through a number of details. If you don't mind me leaving some tips for the next person?
The asterisk in the search string is a wild-card, and TextEdit has no idea what to do with it. BBEdit is free and will parse that search string correctly; just make sure you tick the "Grep" option in the find/replace window.
Save the file of URLs anywhere that's convenient for you; it doesn't need to be anywhere in particular.
To install and use wget on OSX:
no subject
Date: 2017-05-18 07:12 pm (UTC)no subject
Date: 2017-05-18 09:50 pm (UTC)no subject
Date: 2017-04-14 11:21 pm (UTC)no subject
Date: 2017-10-20 03:29 pm (UTC)no subject
Date: 2017-10-20 03:49 pm (UTC)Take a look at your photo URLs. Do they have "http" in the beginning or "https"? Try changing one (add or remove the s) and then paste it into a web browser. If the photo loads, make that change in your text file and try the download.
no subject
Date: 2017-10-20 04:35 pm (UTC)no subject
Date: 2017-10-20 05:05 pm (UTC)excellent, I'm glad it was that easy!