mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-21 15:47:06 +02: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…
x
Reference in New Issue
Block a user