fix(route/picuki): Fix getting video id (#21029)

This commit is contained in:
Thomas 2026-02-01 22:43:27 +01:00 committed by GitHub
parent bb1d219d5f
commit 3583fba2e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ async function handler(ctx) {
const username = $('.profile-info .username').text().trim();
const items = $('.posts-video .posts__video-item')
const items = $('.posts-video .posts__video-item .posts__video-item-a')
.toArray()
.map((item) => {
const $item = $(item);