PixivUtil2
PixivUtil2 copied to clipboard
How to download .json file only when images are downloaded previously?
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
- Download Image only.
- Change config.ini to set some json saving flags as True.
Versions
Latest version.
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
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/orcheckLastModified = True
so it will still check and download the .json