[scraper] disables tpb seeders update

This commit is contained in:
TheBeastLT
2021-01-18 14:45:39 +01:00
parent 2c3abf242c
commit 5074551c41

View File

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