gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

[Feature Request] KemonoParty: Preventing duplicates with revisions

Open tezrilet opened this issue 6 months ago • 4 comments

I'm currently downloading all post revisions and organizing them with the following directory structure:

{username}/{service}/[{id}] ({date:%Y-%m-%d}) {title[:100]}

However, both the post's date and title could change between revisions. I can send example URLs privately for both situations, if needed. This creates a duplicate folder, and could potentially eat up space with all the content being redownloaded. I have also tried using {published[:10]} instead of date, but in later revisions it can be null, so it duplicates using "None". Though, that still wouldn't address title changes.

If there currently isn't a way to solve this (aside from obviously not using date/title), could we get some extra options to use with the format strings, such as {earliest_revision_date}, {latest_revision_date}, {earliest_revision_title}, and {latest_revision_title}?

tezrilet avatar Aug 27 '24 22:08 tezrilet