fix 每日安全推送 (#1643)

网页结构变化
This commit is contained in:
Chenyang Shi 2019-03-01 18:24:59 +08:00 committed by DIYgod
parent ff3efd68ee
commit ea065e1fa6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = async (ctx) => {
.split('•')[0];
const itemUrl = $(this)
.find('p.card-text.my-3 > a')
.find('h5.card-title > a')
.attr('href');
const info = {
link: url.resolve(host, itemUrl),