PixivUtil2 icon indicating copy to clipboard operation
PixivUtil2 copied to clipboard

How to download .json file only when images are downloaded previously?

Open GaryRandom opened this issue 2 years ago • 2 comments

Prerequisites

  • [x] Did you read FAQ section in readme.md?
  • [x] Did you test with the latest releases or commit ?
  • [x] Did you search for existing issues in Issues?

Description

I have question about how to only download .json file when images are already downloaded previously. Do I need to delete all downloaded artwork id from database?

Steps to Reproduce

  1. Download Image only.
  2. Change config.ini to set some json saving flags as True.

Versions

Latest version.

GaryRandom avatar Jan 12 '23 10:01 GaryRandom

Assuming the download location didn't change and the downloaded images still there, you can try to set alwaysCheckFileSize = True and/or checkLastModified = True so it will still check and download the .json

Nandaka avatar Jan 13 '23 03:01 Nandaka

Thank you for your reply!

Assuming the download location didn't change and the downloaded images still there, you can try to set alwaysCheckFileSize = True and/or checkLastModified = True so it will still check and download the .json

GaryRandom avatar Jan 13 '23 05:01 GaryRandom