Added sparse date mode. Fixed profile fetch error catching. Updated Kelly Madison scraper, using site IDs and fixed profile scraper.

This commit is contained in:
DebaucheryLibrarian
2024-12-30 01:57:26 +01:00
parent ffea90b5e8
commit 23f76fd1be
9 changed files with 73 additions and 30 deletions

View File

@@ -108,6 +108,8 @@ async function startMemorySample(snapshotTriggers = []) {
async function init() {
try {
await redis.connect();
if (argv.server) {
await initServer();
return;