Change Log:
- Add delay for retrying.
- Add page/list dumping if encounter exception.
Download link for danbooru downloader 20130126, source code in GitHub.
small collection of my stuff!
Change Log:
Download link for danbooru downloader 20130126, source code in GitHub.
Comments are closed.
There is a program written in delphi, but the author stopped doing it http://gyazo.com/006b1ffef20c8bc34071b844cd902c96
Sources received. Another would be to make it right, but it is not a download sankaku
Can you explain in more details?
probably easier to explain in pictures.
1) Download the base of the site
http://snag.gy/OaeZu.jpg
2) Setting servers
http://snag.gy/rxabm.jpg
3) data info
http://snag.gy/jolZL.jpg
Most likely I wont do that (no use for me/take too much time), but I can provide the schema of the (possible) db to tracking the downloaded file (no image preview) for you if you want to create something like that. Still not sure the db engine to use, either sqlite or sqlexpresss (file-based).
Anyway, no promise there.
You can add a list of loaded. To accidentally not downloaded file to a different folder
Can you explain more?
Sorry for my English.
Save ID of downloaded files. Not to download them again.
Basically, you want to save the downloaded information to a database, including the saved filename, and skip the image if it is already downloaded?
yes
I can’t seem to get the tag blacklisting to work. It fetches posts with e.g. the “4koma” tag even though I’ve blacklisted it.
I’ll check about it.
Pixiv downloader again experiences problems.
‘NoneType’ object has no attribute ‘type’
Confirmed, they change the layout. I’ll update it later on 😀
This might be done already and I’m just being daft for not checking local user files, but would be nice if we could keep a config file in the local directory of DB3 to easily copy and paste the config from one subversion to the next. It could apply the custom configurations on top of the default properties so you wouldn’t need to create a new config each time to match any newly added parameters. Sort of like a common .rc file in linux. The DanbooruDownloader3.exe.config file included doesn’t seem to be for this purpose unless it’s just missing comments/documentation. I’m just finding ideas to prevent having to manually configure the settings each time a new subversion is released.
perhaps as an example of what i had in mind
inside db3.config have contents similar to:
# comment lines start with ‘#’ character
# filenameFormat indicates the format images are downloaded to the disk as
# example: ‘filenameFormat = ‘%provider%%rating% – %id% – %tags%’
filenameFormat = ‘%provider%%searchtag%%rating%%artist%%copyright%%character%-%md5%’
This db3.config file could then be copied from one db3 directory to the next, just as some may do with the tags.xml file.
P.S. Thanks for the page/list dump. I’ve yet to see it work but it sounds related to something I may have requested before.
http://stackoverflow.com/questions/1687321/how-do-i-get-around-application-scope-settings-being-read-only, not that feasible. The only thing I can say, you can move the user config to the app folder to be use as the default.
Hey you would seem like the type to know, what happened to nekobooru.net? Its been offline nearly a month now,
Nekobooru is working in my side. Dunno about the server, as I’m not affiliated to any of the *booru.
this version is still made error til january version and cant download image at danbooru
Working in my PC. What is the query you are using and the error screenshot? Have you enter the login information? (See readme.txt for more details)
sankaku is just one of those tricky sites I guess. So I ran the batch down-loader with a limit of 100 on sankaku with the tags loli and footjob. However only able to download 20 images.
Heres a paste of the log. http://www.mediafire.com/?a05ne503kwj94pz
http://derpiboo.ru/api
May be add this? For ponies.
They are using different API from Danbooru/Gelbooru/Shimmie, currently I don’t have plan to support it.