Added New Sensations as a channel.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user