optimize and fix bug

This commit is contained in:
wanxp 2022-11-26 14:05:09 +08:00
parent 33e2b76c9f
commit a455baeb41

@ -113,8 +113,6 @@ export class DoubanTeleplayLoadHandler extends DoubanAbstractLoadHandler<DoubanT
// value = html(info.next.next).text().trim();
let vas = html(info.next).text().trim();
value = vas.split("/").map((v) => v.trim());
} else if(key.indexOf('单集片长') >= 0) {
value = html(info.next.next).text().trim()
}else {
value = html(info.next).text().trim();
}