diff --git a/scraper/scrapers/1337x/1337x_scraper.js b/scraper/scrapers/1337x/1337x_scraper.js index 2c9d8b9..47e3b6c 100644 --- a/scraper/scrapers/1337x/1337x_scraper.js +++ b/scraper/scrapers/1337x/1337x_scraper.js @@ -70,6 +70,10 @@ async function processTorrentRecord(record) { return; } + if (await checkAndUpdateTorrent(torrentFound)) { + return torrentFound; + } + const torrent = { infoHash: torrentFound.infoHash, provider: NAME,