fix: 龙腾网无内容 (#2054)

This commit is contained in:
kimi360
2019-05-07 01:10:05 +08:00
committed by DIYgod
parent a8066bdf35
commit 9631dcfae5
2 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ module.exports = async (ctx) => {
let a = $(target).find('a.rtitle');
if (!a || a.length <= 0) {
a = $(target).find('div.dtop > a');
a = $(target).find('div.li-title > a');
}
for (let i = 0; i < a.length; ++i) {