fix(route): kemono.party parse failure (#11112) (#11136)

This commit is contained in:
ToffeeNeko 2022-10-23 00:37:11 -05:00 committed by GitHub
parent d8637ce03b
commit 2c6318d176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ module.exports = async (ctx) => {
title = $('title').text();
items = await Promise.all(
$('.post-card')
.find('.fancy-link')
$('.card-list__items')
.find('a')
.slice(0, ctx.query.limit ? parseInt(ctx.query.limit) : 25)
.toArray()
.map((item) => {