Update api/src/processing/services/bilibili.js

Co-authored-by: wukko <me@wukko.me>
This commit is contained in:
charles 2025-05-05 16:52:36 +08:00 committed by GitHub
parent e5fa1a7ce2
commit d29584ea21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ async function tv_download(id) {
};
}
export default async function ({comId, tvId, comShortLink, episode}) {
export default async function ({ comId, tvId, comShortLink, episode }) {
if (comShortLink) {
const patternMatch = await resolveRedirectingURL(`https://b23.tv/${comShortLink}`);
comId = patternMatch?.comId;