mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-23 17:47:10 +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 {
|
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…
Add table
Reference in a new issue