Refactored Gamma scraper, only using API.

This commit is contained in:
DebaucheryLibrarian
2026-03-01 23:52:41 +01:00
parent 3696b81e69
commit af57f412c9
7 changed files with 135 additions and 1068 deletions

View File

@@ -314,8 +314,6 @@ async function scrapeNetworkParallel(networkEntity) {
async function fetchUpdates() {
const includedNetworks = await fetchIncludedEntities();
// console.log(includedNetworks[0]);
const scrapedNetworks = await Promise.map(
includedNetworks,
async (networkEntity) => (networkEntity.parameters?.sequential