fix zhihu

This commit is contained in:
huruji 2018-04-13 20:09:54 +08:00
parent 847b962250
commit 910cc4cfa6
1 changed files with 1 additions and 1 deletions

View File

@ -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(),