pixiv downloader 20130330

Change Log:

  • Add Ctrl+C handler for download by member id and download by tags to allow user to skip to next image or abort the whole process.
  • Add option to keep signed in, set keepsignedin = 1 in config.ini on [Authentication] section.
  • Add login error message parser.
  • Add download time and speed.
  • Backup config.ini when saving to config.ini.bak.
  • Fix command line option for download by member id and tags to allow single tag search.

Download link for pixiv downloader 20130330, source code in GitHub.

pixiv downloader 20130316

Change Log:

  • Add menu to reload config.ini
  • Add %date% for filename format (YYYYMMMDD).
  • Add option to skip image if worksDate < dateDiff, this will skip to next member, or stop processing for download from new bookmark.

Download link for pixiv downloader 20130316, source code in GitHub.

EDIT: Add the download link 😀

danbooru downloader 20130223

Change Log:

  • Fix save/load download list.
  • Add save/load batch job list.

Download link for danbooru downloader 20130223, source code in GitHub.

Note:

  • Danbooru website just updated to version 2, so some feature might broken (e.g.: tags update). Please give detailed information if you encounter any error and upload the log file to pastebin. It is recommended to create an issue in GitHub issue tracker.
  • For danbooru, you need to add login information. Select danbooru as the provider, then click edit, add your username and password, set useAuth = true, then click save and ok button.
  • At lease, any donation is appreciated 😀 => => =>

pixiv downloader 20130222c

Change Log:

  • Update parser to the latest pixiv layout.
  • Update last page detection (20130222b).
  • Update sanitizeFilename: remove new line marker ‘rn’ (20130222c).

Download link for pixiv downloader 20130222c, source code in GitHub.

If you are using the source code version and encounter ValueError: invalid literal for int() with base 10: '<something>', please modify _html.py from mechanize library with this pastebin.

danbooru downloader 20130201

Change Log:

  • Fix unhandled exception for copy log if no selected text.
  • Fix unhandled exception if downloading from Sankaku.
  • Fix blacklist tag function.

Download link for danbooru downloader 20130201, source code in GitHub.

You can report any bug through GitHub issue tracker (better) or in the comment.