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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Currently all files are downloaded into a image directory just as they are named + post id (i guess), there are a couple of problems with this:
fetching from multiple creators causes their content to be mixed together
not all content that is fetched are images but are still stored into a image directory
in some cases the date when the content was posted is more important and files should be sorted that way
A simple solution would be to allow specifying a formatting string for the file names, where variables like authorname, post-date, filename and post-id can be used to specify where the files should be stored.