fix: fix tesla link path
This commit is contained in:
parent
3e93529df1
commit
f2347d5919
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue