pixiv downloader 20170131

  • Fix code to enable dumping medium page by configuration.
  • Try to Fix Issue #182: Handle missing stats on Japanese UI.
  • Implement #184: Always send charset header value as utf-8.
  • Fix Issue #191: handle custom directory in list.txt

Also, Happy Chinese New Year, you can send me Hong Bao to my paypal at http://bit.ly/PixivUtilDonation

Download link for latest version, source code in GitHub.

danbooru downloader 20161221

Changelog for Danbooru Downloader 20161221:

  • Implement #46 and #81: prioritize tags based on define list. Please create a file called ‘included_tags.txt’ containing tags separated by lines. Regex is supported. See here.
  • Fix Issue #102: hypnohub url fixes.
  • Fix Issue #91: update website url again.

Download link for latest version, source code in GitHub.

Donate http://bit.ly/DanbooruDownloader

pixiv downloader 20161207

  • Implement #149: APNG generation. Set createApng = True in config.ini to enable.
  • Implement #172: Modify option 4 to allow download by member id list and tag.
  • Implement #174: Allow custom avatar name format, refer to readme.txt for available format. Set blank to use default behaviour.
  • implement #177: Allow custom current date format, refer to readme.txt for formating syntax.

Note: whitecube support is still experimental and only partially implemented (option 1, 2, 3, 4, 9, 10, 11)
Donate http://bit.ly/PixivUtilDonation

Download link for latest version, source code in GitHub.

EDIT: small fix for oldui, please re-download the latest version (20161207).

pixiv downloader 20161113b

Changelog for 20161113b

  • Fix Issue #168: Fix referer for avatar image download.
  • Implement whitecube search tag mode.
  • Fix Issue #170: fix PixivHelper import.
  • Add call to use win_unicode_console, you need to set unicode-supported font in the windows console properties.
  • fix folder.jpg filename generator.

Note:

  • whitecube support is still experimental and only partially implemented (option 1, 2, 3, 4, 9, 11)

Download link for latest version, source code in GitHub.

Donate http://bit.ly/PixivUtilDonation

EDIT: update some code, please redownload.

danbooru downloader 20161112

Change Log for danbooru downloader 20161112:

  • Fix Issue #91: Update website url.
  • Implement #96: Add %general% for the filename format.
  • Add colored tag column in download grid.
  • Update tag parser for sankaku.
  • Update tag replacement behaviour for tags exceeding limit to use Over Value.
  • Update tag replacement behaviour for missing tag to always use empty tag replacement.

Download link for latest version, source code in GitHub.

Donate http://bit.ly/DanbooruDownloader

pixiv downloader 20161012

Changelog for 20161012:

  • Fix Issue #152: fix UnboundLocalError for image_id.
  • Implement #145: enable ideographic space (\u3000) in tag separator, use %ideo_space% in config.ini, e.g.: tagsseparator = %ideo_space%

Download link for latest version, source code in GitHub.

Donate http://bit.ly/PixivUtilDonation

danbooru downloader 20161008b

Change Log for danbooru downloader 20161008b

  • Update regex to insert xml entity dtd.
  • Update xhtml.ent to include special character and math symbol.
  • Implement #87: new filename format %uploadDateTime%.Set the DateTime format in settings tab. Check http://blog.stevex.net/string-formatting-in-csharp/ for the datetime format syntax.
    Based on Upload/Created date.

Download link for latest version, source code in GitHub.

Donate http://bit.ly/DanbooruDownloader

EDIT: please redownload, fixed the xml parser.