[scraper] updates scrapers and unique index

This commit is contained in:
TheBeastLT
2020-03-14 22:25:51 +01:00
parent 1efaa0451c
commit 326a07b82e
13 changed files with 110 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ const thepiratebayUnofficialDumpScraper = require('./scrapers/thepiratebay/thepi
const PROVIDERS = [
// horribleSubsScraper,
rarbgScraper,
// rarbgScraper,
thepiratebayScraper,
kickassScraper,
leetxScraper
@@ -42,7 +42,7 @@ function enableScheduling() {
}
server.get('/', function (req, res) {
res.send(200);
res.sendStatus(200);
});
server.listen(process.env.PORT || 7000, async () => {