fix: fix tesla link path

This commit is contained in:
moonrailgun 2021-01-11 22:25:50 +08:00
parent 3e93529df1
commit f2347d5919
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module.exports = async (ctx) => {
title: item.find('.container h1').text(),
description: item.find('.notes-container').text() + '<img src="' + item.find('img').attr('src') + '">',
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(),