mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
Update api/src/processing/services/bilibili.js
Co-authored-by: wukko <me@wukko.me>
This commit is contained in:
parent
e5fa1a7ce2
commit
d29584ea21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user