danbooru downloader 20130112

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 😀

15 thoughts on “danbooru downloader 20130112”

    1. 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)

  1. 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?

    1. Oh, forgot to add something. The “Download starting…” lock up was with taglimit=0

    1. 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.

  2. 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.

Comments are closed.