fix(rutracker): rutracker id feat

This commit is contained in:
Alexey Kasyanchuk
2018-08-15 12:48:27 +03:00
parent 7cf5c17fe4
commit 1d76939e26
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module.exports = class Rutracker
name: topicTitle,
poster: $('.post_body .postImgAligned').attr('title'),
description: $('.post_body').text(),
rutrackerThreadId: parseInt($('a.magnet-link').attr('data-topic_id')),
}
}
}