Preventing Bang! scraper from redundant deep scraping when base release is available.

This commit is contained in:
DebaucheryLibrarian
2022-02-12 16:22:00 +01:00
parent 19c7f958e1
commit cde760c1ea
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
'use strict';
const https = require('https');
const bhttp = require('bhttp');
const fetch = require('node-fetch');
const { request } = require('undici');
const express = require('express');
async function init() {