Updated Zero Tolerance channel to Zero Tolerance Films.

This commit is contained in:
DebaucheryLibrarian
2022-02-02 22:25:04 +01:00
parent b163223ff1
commit 10b8abf706
21 changed files with 577 additions and 3 deletions

View File

@@ -642,6 +642,8 @@ async function fetchLatestApi(site, page = 1, preData, include, upcoming = false
encodeJSON: true,
});
console.log(res.body.results);
if (res.status === 200 && res.body.results?.[0]?.hits) {
return scrapeApiReleases(res.body.results[0].hits, site);
}