fix(routes/lovelive-anime): update full text CSS selector (#20665)
This commit is contained in:
parent
781da24210
commit
e5ae378fe9
|
|
@ -97,7 +97,7 @@ async function handler(ctx) {
|
|||
const detailResp = await got(item.link);
|
||||
const $ = load(detailResp.data);
|
||||
|
||||
const content = $('div.p-page__detail.p-article');
|
||||
const content = $('.p-article__content');
|
||||
for (const v of content.find('img')) {
|
||||
v.attribs.src = 'https://www.lovelive-anime.jp' + v.attribs.src;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue