You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With options for exclusions based on creator and service. For instance, with ArtistA on Fantia as the exclusion, all posts downloaded under ArtistA will be ignored during the conversions.
It can help reduce the amount of space used.
The text was updated successfully, but these errors were encountered:
Will need to create some sort of hidden file to indicate that the zip file has been downloaded to avoid downloading it again.
Additionally, will have to revamp the downloading of attachments.
Currently, I am thinking of downloading only the attachment files to the user's temporary directory before moving them to the correct path after downloading. This will then avoid the conversion of a partially downloaded .zip to .other extensions like .7z
Other ideas I have would be to write another hidden file with the expected file size for the .zip file and check if it matches.
With options for exclusions based on creator and service. For instance, with ArtistA on Fantia as the exclusion, all posts downloaded under ArtistA will be ignored during the conversions.
It can help reduce the amount of space used.
The text was updated successfully, but these errors were encountered: