mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 21:18:13 +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 {
|
return {
|
||||||
urls: [video.baseUrl, audio.baseUrl],
|
urls: [video.baseUrl, audio.baseUrl],
|
||||||
audioFilename: `bilibili_${id}_audio`,
|
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