We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781da24 commit e5ae378Copy full SHA for e5ae378
1 file changed
lib/routes/lovelive-anime/news.ts
@@ -97,7 +97,7 @@ async function handler(ctx) {
97
const detailResp = await got(item.link);
98
const $ = load(detailResp.data);
99
100
- const content = $('div.p-page__detail.p-article');
+ const content = $('.p-article__content');
101
for (const v of content.find('img')) {
102
v.attribs.src = 'https://www.lovelive-anime.jp' + v.attribs.src;
103
}
0 commit comments