Use a single file instead of segments for HLS

This commit is contained in:
Chocobozzz 2019-02-07 15:08:19 +01:00 committed by Chocobozzz
parent 6ec0b75beb
commit 4c280004ce
16 changed files with 189 additions and 146 deletions

View file

@ -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, {