Pixiv Downloader 20100701

Update 🙂

  • Add option to specify the root directory for saving (config.ini -> rootdirectory, keep empty for save to the same folder)
  • Add option to specify the tag separator (config.ini -> tagsseparator, use %space% for spacebar)
  • Add option to specify limit for day last updated for batch update (config.ini -> daylastupdated, set to 0 to select all member_id, processfromdb must be set to True)

Download Link here, source code here.

4 thoughts on “Pixiv Downloader 20100701”

  1. Hm, I’ve been frequently getting hit with this error in the past few updates. I’m not really sure what it is, but hopefully this is sufficient information. This only seems to happen to some pictures and not to others.

    Relevant config.ini:

    [Settings]
    userobots = True
    rootdirectory =
    useproxy = False
    proxyaddress =
    uselist = True
    daylastupdated = 0
    processfromdb = False
    debughttp = False

    Console screenshot: http://img576.imageshack.us/img576/1948/pixiverror.png

    pixivutil.log:

    2010-07-07 01:05:12,783 – PixivUtil20100701 – INFO – Starting…
    2010-07-07 01:05:12,927 – PixivUtil20100701 – INFO – Using Username: edited out
    2010-07-07 01:05:12,928 – PixivUtil20100701 – INFO – Limit up to: 1 page(s).
    2010-07-07 01:05:12,928 – PixivUtil20100701 – INFO – Logging in
    2010-07-07 01:05:15,240 – PixivUtil20100701 – INFO – Logged in
    2010-07-07 01:05:15,240 – PixivUtil20100701 – INFO – Batch mode.
    2010-07-07 01:05:15,240 – PixivUtil20100701 – INFO – Processing from list.txt.
    2010-07-07 01:05:15,240 – PixivUtil20100701 – INFO – Processing Member Id: edited out
    2010-07-07 01:05:19,246 – PixivUtil20100701 – ERROR – Error at processImage(): (, IndexError(‘list index out of range’,), )
    2010-07-07 01:05:19,247 – PixivUtil20100701 – ERROR – Error at processMember(): (, IndexError(‘list index out of range’,), )
    2010-07-07 01:05:19,249 – PixivUtil20100701 – ERROR – Error at processList(): (, IndexError(‘list index out of range’,), )
    2010-07-07 01:05:35,743 – PixivUtil20100701 – INFO – EXIT

    1. thanks :), probably because the image_id in the pixiv.net already deleted (the apps cannot find the link, hence the index-out-of-range error, will fix it.

  2. Thanks for the update! But it seems it won’t allow password input…

    Also, just a little suggestion
    I’m happy that you can download by an artist’s ID, but it would be even better if you could download by tag!
    Such as searching for 猫耳 (cat ears) and being able to download all images with that tag

    I don’t mind the time it’d take to obtain all of it, because I save images to a separate drive
    At that,it could use the same automatic folder creation to separate the images, by artist!

    Anywho, hope you can see about the logging in problem and thank you so much for keeping up with this project! 🙂

    1. >> password input:
      it allow you to input the password manually on the console, it just won’t be echoed back/shown, or alternatively you can save username and password to config.ini.

      >> search by tag
      will see about it.

Comments are closed.