From 5074551c41afc9f8dc145f6859b45e6033ce6819 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Mon, 18 Jan 2021 14:45:39 +0100 Subject: [PATCH] [scraper] disables tpb seeders update --- scraper/scrapers/thepiratebay/thepiratebay_scraper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scraper/scrapers/thepiratebay/thepiratebay_scraper.js b/scraper/scrapers/thepiratebay/thepiratebay_scraper.js index ac52a35..88349bf 100644 --- a/scraper/scrapers/thepiratebay/thepiratebay_scraper.js +++ b/scraper/scrapers/thepiratebay/thepiratebay_scraper.js @@ -37,7 +37,8 @@ async function scrape() { } async function updateSeeders(torrent) { - return limiter.schedule(() => thepiratebay.torrent(torrent.torrentId)); + // return limiter.schedule(() => thepiratebay.torrent(torrent.torrentId)); + return Promise.resolve([]); } async function scrapeLatestTorrents() {