Nandaka / PixivUtil2

Download images from Pixiv and more!
http://nandaka.devnull.zone/
BSD 2-Clause "Simplified" License
2.37k stars 257 forks source link

Feature request: Skip MemberId if downloaded recently #1322

Open AldebaraanMKII opened 8 months ago

AldebaraanMKII commented 8 months ago

I am downloading from a list of over 1000 artists and i encountered a problem: every time i start the program, it checks for every artist, even those that i downloaded from yesterday, which i think is pretty pointless since it is unlikely that they produced more work in a day.

My proposal is to make a timer, so that when a artist gallery is downloaded completely, the program will not check for new works from that artist for the duration of the timer (e.g. a week (but of course this need to be user configurable)). This will be useful for people who are downloading from lots of artists.

biggestsonicfan commented 8 months ago

I think you want daylastupdated?

Only process member_id which were processed at least x days since the last check.

The feature is exclusive to main option 4: Download from list. The default is 7. Make a list.txt in the same directory as PixivUtil2 that contains your artists.

AldebaraanMKII commented 8 months ago

I think you want daylastupdated?

That worked. I must have set that option to 0 without knowing what it does. Thanks.

AldebaraanMKII commented 8 months ago

Found another problem: setting it to 14 causes the program to re-download everything. Setting it to 0 fixes it.