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

This commit is contained in:
charles7668 2025-05-05 16:57:04 +08:00
parent 3204b82dfd
commit 6af81b0266

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;