fix(rutr): test fix

This commit is contained in:
Alexey Kasyanchuk 2019-09-14 18:31:34 +03:00
parent 52e9ba1a4d
commit e281163a18

View File

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