remove unneded playback headers
This commit is contained in:
parent
63b0f34525
commit
63ffcca3b9
1 changed files with 1 additions and 2 deletions
|
|
@ -42,10 +42,9 @@ export class StreamUp extends Extractor {
|
|||
format: Format.hls,
|
||||
label: this.label,
|
||||
ttl: this.ttl,
|
||||
requestHeaders: headers,
|
||||
meta: {
|
||||
...meta,
|
||||
height: await guessHeightFromPlaylist(ctx, this.fetcher, playlistUrl, url, { headers }),
|
||||
height: await guessHeightFromPlaylist(ctx, this.fetcher, playlistUrl, url),
|
||||
title,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue