fix(rutracker): fix first post
This commit is contained in:
parent
266c103321
commit
f8fe2fc359
@ -30,7 +30,7 @@ module.exports = class Rutracker
|
||||
return {
|
||||
name: topicTitle,
|
||||
poster: $('.post_body .postImgAligned').attr('title'),
|
||||
description: $('.post_body').text(),
|
||||
description: $('.post_body').first().text(),
|
||||
rutrackerThreadId: parseInt($('a.magnet-link').attr('data-topic_id')),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user