Saved Information - solorey/Art-Saver GitHub Wiki
For every submission that is downloaded, only three pieces of information are saved for later use.
-
Site :
string
-
User :
string
-
Id :
int | string
The information can be exported or imported in a JSON
structure as follows
{
<Site>: {
<User>: [ <Id>, ⋯ ],
⋮
},
⋮
}
Overwrite saved information: The current saved information will be removed and replaced with the new information.
Add saved information The current saved information will be merged with the new information.