Skip to content

Commit e5ae378

Browse files
authored
fix(routes/lovelive-anime): update full text CSS selector (#20665)
1 parent 781da24 commit e5ae378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/routes/lovelive-anime/news.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function handler(ctx) {
9797
const detailResp = await got(item.link);
9898
const $ = load(detailResp.data);
9999

100-
const content = $('div.p-page__detail.p-article');
100+
const content = $('.p-article__content');
101101
for (const v of content.find('img')) {
102102
v.attribs.src = 'https://www.lovelive-anime.jp' + v.attribs.src;
103103
}

0 commit comments

Comments
 (0)