Importing Images from Blogger Beta
-
Hi all-
I am currently in the process of copying a 200+ post, 1000+ image blog from blogger beta. The importer for the posts/categories worked perfectly, but changing over the images is killing me. The Blogger Image Importer plugin only works with old blogger, and the procedure outlined at https://www.webbleyou.com/2006-07-19-moving-images-from-blogger-to-wordpress isn’t working quite right. The advice there is to use the following command to automatically copy over all the images hosted on blogger:
wget -e robots=off -E -H -p -Dphotos1.blogger.com,myblogspotblog.blogspot.com –random-wait -r -l inf https://myblogspotblog.blogspot.com
With photos1.blogger.com as the servers on blogger that house my images (meaning that in this command i would use the bp0,bp1,bp2,photos1, and photos2 servers, because some of my images are on each), and my blog’s address in place of myblogspotblog.
I have shell access on my wordpress server, so I can execute this command, but the command has the server download every file and go through the entire site, which invariably leads to the process going for hours and timing out/getting killed. Is there any way to just have it download the images over to the server? Thanks so much.
- The topic ‘Importing Images from Blogger Beta’ is closed to new replies.