diff --git a/lib/routes/tesla/update.js b/lib/routes/tesla/update.js index 979b06d98..9c801ca1b 100644 --- a/lib/routes/tesla/update.js +++ b/lib/routes/tesla/update.js @@ -34,7 +34,7 @@ module.exports = async (ctx) => { title: item.find('.container h1').text(), description: item.find('.notes-container').text() + '', pubDate: targetDate[0], - link: 'https://www.notateslaapp.com' + item.find('.selector-container-notes a').attr('href'), + link: 'https://www.notateslaapp.com' + item.find('.notes-container > .button-container > a').attr('href'), }; }) .get(),