fix: 数英网部分标题无法显示 (#2184)

This commit is contained in:
Fan Shen 2019-05-20 17:24:06 +08:00 committed by DIYgod
parent ac872e6476
commit 2097f57597
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = async (ctx) => {
const $ = cheerio.load(res.data);
const item = {
title: $('.project_title h2').text(),
title: $('.clearfix h2').text(),
author: $('#avatar_by')
.find('a')
.text(),