From e281163a1881edc12f5eb1081d9c560e8ea8e4c1 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sat, 14 Sep 2019 18:31:34 +0300 Subject: [PATCH] fix(rutr): test fix --- src/background/strategies/rutracker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/strategies/rutracker.js b/src/background/strategies/rutracker.js index 8ca4ade..82107b3 100644 --- a/src/background/strategies/rutracker.js +++ b/src/background/strategies/rutracker.js @@ -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 } }