From c1eb2c316469e6505eb13d5092f5220f30dfb8de Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Tue, 1 Dec 2020 09:23:39 +0100 Subject: [PATCH] [scraper] includes torrent link in nyaa pantsu record --- scraper/scrapers/nyaapantsu/nyaa_pantsu_scraper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scraper/scrapers/nyaapantsu/nyaa_pantsu_scraper.js b/scraper/scrapers/nyaapantsu/nyaa_pantsu_scraper.js index 8fa5281..60ad04b 100644 --- a/scraper/scrapers/nyaapantsu/nyaa_pantsu_scraper.js +++ b/scraper/scrapers/nyaapantsu/nyaa_pantsu_scraper.js @@ -79,6 +79,7 @@ async function processTorrentRecord(record) { const torrent = { infoHash: record.infoHash, + torrentLink: record.torrentLink, provider: NAME, torrentId: record.torrentId, title: record.title,