Use a single file instead of segments for HLS
This commit is contained in:
parent
6ec0b75beb
commit
4c280004ce
16 changed files with 189 additions and 146 deletions
|
@ -41,7 +41,7 @@ async function run () {
|
|||
}
|
||||
|
||||
function get (url: string, headers: any = {}) {
|
||||
return doRequest({
|
||||
return doRequest<any>({
|
||||
uri: url,
|
||||
json: true,
|
||||
headers: Object.assign(headers, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue