diff --git a/src/routes/dumpDatabase.ts b/src/routes/dumpDatabase.ts index 0d0ab02..d687f07 100644 --- a/src/routes/dumpDatabase.ts +++ b/src/routes/dumpDatabase.ts @@ -52,7 +52,12 @@ export default function dumpDatabase(req: Request, res: Response, showPage: bool if (showPage) { res.send(`${styleHeader} -

SponsorBlock database dumps

${licenseHeader}${linksHTML}
+

SponsorBlock database dumps

${licenseHeader} +

How this works

+ Send a request to https://sponsor.ajay.app/database.json, or visit this page to trigger the database dump to run. + Then, you can download the csv files below, or use the links returned from the JSON request. +

Links

+ ${linksHTML}
${updateQueued ? `Update queued.` : ``} Last updated: ${lastUpdate ? new Date(lastUpdate).toUTCString() : `Unknown`}`); } else { res.send({