Added New Sensations as a channel.

This commit is contained in:
DebaucheryLibrarian
2025-08-17 05:02:09 +02:00
parent 2a308c11c1
commit 7351770d0f
2 changed files with 47 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ function curateTitle(title, channel) {
}
async function scrapeApiReleases(json, site, options) {
return json.reduce((acc, scene) => {
return json.slice(0, 6).reduce((acc, scene) => {
if (options.parameters?.extract && scene.sitename !== options.parameters.extract) {
return acc;
}