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() {