fix: wemp link (#2583)

This commit is contained in:
Henry Wang
2019-07-08 04:53:50 +01:00
committed by DIYgod
parent d218467863
commit 8818f3033f

View File

@@ -46,9 +46,7 @@ module.exports = async (ctx) => {
.find('.post-item__title')
.text()
.trim(),
link: article('.post__orilink')
.last()
.attr('href'),
link,
description: article('#content').html(),
pubDate,
author,