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

Co-authored-by: wukko <me@wukko.me>
This commit is contained in:
charles 2025-05-05 17:08:45 +08:00 committed by GitHub
parent 6af81b0266
commit f0569d7aeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,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;