From 910cc4cfa66ded99521dc999e70b21e314f2c9ff Mon Sep 17 00:00:00 2001 From: huruji <594613537@qq.com> Date: Fri, 13 Apr 2018 20:09:54 +0800 Subject: [PATCH] fix zhihu --- routes/zhihu/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/zhihu/collection.js b/routes/zhihu/collection.js index 50f87d750..09c39b95e 100644 --- a/routes/zhihu/collection.js +++ b/routes/zhihu/collection.js @@ -30,7 +30,7 @@ module.exports = (req, res) => { item = $(item); return { title: item.find('.zm-item-title a').text(), - description: `高票答案:${item.find('textarea').text()}`, + description: `内容:${item.find('textarea').text()}`, link: `https://www.zhihu.com${item.find('.zm-item-title a').attr('href')}` }; }).get(),