fix(extractor): do not pass Referer for cloudnestra requests

seems to avoid some blocking interestingly 🙈
This commit is contained in:
WebStreamr 2025-09-11 12:41:46 +00:00
parent d190446187
commit 98c53a15f2
No known key found for this signature in database

View file

@ -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,
},
};