Added filter parameter to Gamma scraper to distinguish Evil Angel exclusives from channel scenes.
This commit is contained in:
@@ -106,6 +106,10 @@ async function scrapeApiReleases(json, site) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (site.parameters?.filterExclusive && scene.availableOnSite.length > 1) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const release = {
|
||||
entryId: scene.clip_id,
|
||||
title: scene.title,
|
||||
|
||||
Reference in New Issue
Block a user