mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-28 09:18:27 +00:00
api/bilibili: mark tunnel as isHLS where appropriate
This commit is contained in:
parent
05e0f031ed
commit
6e6a792984
|
@ -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