mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] includes torrent link in nyaa pantsu record
This commit is contained in:
@@ -79,6 +79,7 @@ async function processTorrentRecord(record) {
|
|||||||
|
|
||||||
const torrent = {
|
const torrent = {
|
||||||
infoHash: record.infoHash,
|
infoHash: record.infoHash,
|
||||||
|
torrentLink: record.torrentLink,
|
||||||
provider: NAME,
|
provider: NAME,
|
||||||
torrentId: record.torrentId,
|
torrentId: record.torrentId,
|
||||||
title: record.title,
|
title: record.title,
|
||||||
|
|||||||
Reference in New Issue
Block a user