pixiv downloader 20130705

Change Log:

  • Update manga parser.
  • Update caption parser.
  • Add new option to back up old file if the filesize is different (backupOldFile).
  • Auto Backup old config.ini if error detected (e.g.: missing entries) to config.ini.error-xxx.
  • Update test cases.

Download Link forĀ pixiv downloader 20130705, source code in GitHub.

Donation on the sidebar ==>

7 thoughts on “pixiv downloader 20130705”

  1. I always getting this error

    1Traceback (most recent call last):
    File “PixivUtil2.py”, line 707, in processImage
    File “PixivUtil2.py”, line 222, in downloadImage
    UnboundLocalError: local variable ‘time’ referenced before assignment
    Error at processImage(): (, UnboundLocalEr
    ror(“local variable ‘time’ referenced before assignment”,), )
    Dumping html to: Error Big Page for image 36….html
    Dumping html to: Error Medium Page for image 36….html
    Error at processNewIllustFromBookmark(): (,
    UnboundLocalError(“local variable ‘time’ referenced before assignment”,), )
    Traceback (most recent call last):
    File “PixivUtil2.py”, line 1553, in main
    File “PixivUtil2.py”, line 1341, in menuDownloadNewIllustFromBookmark
    File “PixivUtil2.py”, line 1028, in processNewIllustFromBookmark
    File “PixivUtil2.py”, line 707, in processImage
    File “PixivUtil2.py”, line 222, in downloadImage
    UnboundLocalError: local variable ‘time’ referenced before assignment
    press enter to exit.

  2. Is there a way to configure pixiv downloader to save the tags to the metadata of your downloaded images?

    1. Nope, and no plan to do so.
      The metadata only saved to txt file with the same name with the image. Set writeimageinfo = True in config.ini.

  3. Hi, can you add the function to include the minimum bookmark count parameter via the command line option? e.g. for download by tags, -s 3

Comments are closed.