Donmai

Batch download a tag set

Posted under General

Soljashy said:
Given how badly maintained tags are on Pixiv, I'd say a script like that would hardly be worth killing for.

Well, if there was a script to download all the pictures by a particular artist, that might actually be useful. Hell, there may already be things like this out there, I don't know.

why is it so slow?
1 minute for a picture at 600 kb?

it is quicker if you use:
greasemonkey with endless danbooru pages.
install danbooru downloader-firefox extension
then click on all previews and wait untill all ist loaded
...
finish

Otaxxu said:
Change the [sample_url] to [file_url] if you want the original image (full size)

...

var images = document.body.innerHTML.match(/"sample_url":".*\.jpg",/g);

Better change the regex to /"sample_url":"[^"]+/ then. 'Cause not all fullsize images are JPGs, and the old one matched too much even for images that are.

1 2 3 4 5 6 7 8 9