Close
Downloading
Is it possible to add a function to download all images with certain tags?
Have you thought about using DownThemAll! for this?
if you want to be lame and annoying

make pool, search for tag, add all to pool, click download zip
I'd probably find a way to pull it out of the xml / API setup.
Like so http://moe.imouto.org/post/index.xml?tag=pantsu&limit=10

Not sure how well you could set up the limit in the amount of posts it'd return, but it does have the image url, jpeg url and sample url so you could pick which you wanted to grab. The limit might have a cap somewhere, a maximum allowed, but let's assume it doesn't or that the tagged pics you want are below that cap.

I'd get the number of the limit out of a regular site search for the tag and use that. I suppose it might be based on some automated processes that don't run continually, but it'd be pretty close to the actual figure of images with that tag.

Then get rid of all the excess information in the feed, get your list down to just the image urls you want and throw your list into wget or another queue downloader.

That's what I'd do anyway.