Added MariskaX.

This commit is contained in:
DebaucheryLibrarian
2023-07-09 21:39:40 +02:00
parent f009c90e5d
commit 77727dff77
15 changed files with 112 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ function scrapeAll(scenes, site) {
release.entryId = `${formatDate(release.date, 'YYYY-MM-DD')}-${slugify(release.title)}`;
console.log(release);
return release;
});
}