Saved Information - solorey/Art-Saver GitHub Wiki

What download information is saved

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>, ⋯ ],
        ⋮
    },
    ⋮
}

Uploading your own saved information

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.

⚠️ **GitHub.com Fallback** ⚠️