Supporting JSON in scenes file. Added Dogfart link finding utility.

This commit is contained in:
DebaucheryLibrarian
2022-04-07 16:06:38 +02:00
parent 21a3bc44e6
commit 1d84830423
6 changed files with 89 additions and 5 deletions

View File

@@ -99,8 +99,6 @@ async function scrapeScene({ query }, url, channel, baseScene, parameters) {
release.stars = Number(((query.number('span[itemprop="average"], span[itemprop="ratingValue"]') || query.number('canvas[data-score]', null, 'data-score')) / 2).toFixed(2));
console.log(release.photos);
return release;
}