fix(route): anime1 incorrect title (#17448)

This commit is contained in:
MachX 2024-11-05 01:32:51 -05:00 committed by GitHub
parent bdd5ad4658
commit 41bd7c3c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ async function handler(ctx) {
const $ = load(response);
const title = $('page-title').text().trim();
const title = $('.page-title').text().trim();
const items = $('article')
.toArray()