fix(extractor): do not pass Referer for cloudnestra requests
seems to avoid some blocking interestingly 🙈
This commit is contained in:
parent
d190446187
commit
98c53a15f2
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export class VidSrc extends Extractor {
|
|||
ttl: this.ttl,
|
||||
meta: {
|
||||
...meta,
|
||||
height: await guessHeightFromPlaylist(ctx, this.fetcher, m3u8Url, { headers }),
|
||||
height: await guessHeightFromPlaylist(ctx, this.fetcher, m3u8Url),
|
||||
title,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue