mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
api/bilibili: mark tunnel as isHLS where appropriate
This commit is contained in:
parent
05e0f031ed
commit
6e6a792984
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ async function com_download(id) {
|
|||
return {
|
||||
urls: [video.baseUrl, audio.baseUrl],
|
||||
audioFilename: `bilibili_${id}_audio`,
|
||||
filename: `bilibili_${id}_${video.width}x${video.height}.mp4`
|
||||
filename: `bilibili_${id}_${video.width}x${video.height}.mp4`,
|
||||
isHLS: true
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue