mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 22:32:05 +00:00
[scraper] disables tpb seeders update
This commit is contained in:
parent
2c3abf242c
commit
5074551c41
1 changed files with 2 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue