Change log:
- Add Prev/Next page button.
- Add new provider: NIS ImageBoard and 3dBooru.
- Fix file_url didn’t auto-resolve when added using right-click in Main tab.
- Fix provider type didn’t show up in edit form.
Download link for danbooru downloader 20130112, source code in GitHub.
Donation link on the sidebar 😀
Or you could go and delete my comments. “Thanks”
Ugh, sorry dude.
Wordpress never told me about my old comments were still here, and I jumped to the wrong conclusion. Just delete this one, and the one above please (Sorry again. … Embarrasing)
Keep getting stuck on “Download starting…” when trying to download danbooru’s taglist. (I left it on for about 30 minutes at one point, and it never moved)
Works fine on any other server (I just deleted my tags.xml and fresh-downloaded gelbooru’s in the time it took to post this)
I’ve done username/password/auth-on and I can download certain amounts of tags through danbooru (http://danbooru.donmai.us/tag/index.xml?limit=50000 will work, but limit=100000 won’t, apparently there’s over 150,000 tags?)
What do I do nandaka?
Or, alternatively could you upload your version of tags.xml to mediafire or something?
Oh, forgot to add something. The “Download starting…” lock up was with taglimit=0
The taglist with limit=0 usually takes long time to finish, if it won’t download, you can use download manager for it, just copy the url (http://danbooru.donmai.us/tag/index.xml?limit=0) and saved it as tags.xml in the application folder.
Thanks a lot for this!
we want lolibooru;
and I want donation 😀
Anyway, lolibooru doesn’t support danbooru api, so I need to create a html parser. It is on the GitHub, but still need for testing.
I don’t know why but whenever i try to download from gelbooru i always get root element is missing
then this
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at DanbooruDownloader3.DAO.DanbooruPostDao.ProcessXML(XmlTextReader reader)
at DanbooruDownloader3.DAO.DanbooruPostDao.ReadXML(Stream input)
at DanbooruDownloader3.DAO.DanbooruPostDao..ctor(Stream input, DanbooruPostDaoOption option)
at DanbooruDownloader3.FormMain.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
—————————————-
DanbooruDownloader3
Assembly Version: 3.2013.1.1
Win32 Version: 3.2013.01.01
CodeBase: file:///D:/Desktop/DanbooruDownloader20130101/DanbooruDownloader3.exe
—————————————-
log4net
Assembly Version: 1.2.11.0
Win32 Version: 1.2.11.0
CodeBase: file:///D:/Desktop/DanbooruDownloader20130101/log4net.DLL
—————————————-
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
—————————————-
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
—————————————-
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1001 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
—————————————-
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
—————————————-
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.233 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
—————————————-
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
—————————————-
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.233 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
—————————————-
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
It is because somehow Gelbooru return malformed xml or no xml at all. Can you open this page: http://gelbooru.com/index.php?page=dapi&s=post&q=index? What are the tags you are using?
Thanks a lot 🙂 this is awesome!
Could you add lolibooru.com ?
Need modification on the html parser, as they didn’t support danbooru api. I’ll see what I can do.
can you add zerochan into downloader?
They uses different engine, so I need to create a parser. I’ll see if I have time.