[scraper] includes torrent link in nyaa pantsu record
This commit is contained in:
parent
d7f3055f45
commit
c1eb2c3164
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ async function processTorrentRecord(record) {
|
|||
|
||||
const torrent = {
|
||||
infoHash: record.infoHash,
|
||||
torrentLink: record.torrentLink,
|
||||
provider: NAME,
|
||||
torrentId: record.torrentId,
|
||||
title: record.title,
|
||||
|
|
|
|||
Loading…
Reference in a new issue