mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] disables tpb seeders update
This commit is contained in:
@@ -37,7 +37,8 @@ async function scrape() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function updateSeeders(torrent) {
|
async function updateSeeders(torrent) {
|
||||||
return limiter.schedule(() => thepiratebay.torrent(torrent.torrentId));
|
// return limiter.schedule(() => thepiratebay.torrent(torrent.torrentId));
|
||||||
|
return Promise.resolve([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function scrapeLatestTorrents() {
|
async function scrapeLatestTorrents() {
|
||||||
|
|||||||
Reference in New Issue
Block a user