Update FileMoon.ts

This commit is contained in:
GSTAR 2025-12-17 16:52:44 +01:00 committed by GitHub
parent 959bf0175d
commit 90e0315f8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,6 @@ export class FileMoon extends Extractor {
return url;
}
protected async extractInternal(ctx: Context, url: URL, meta: Meta, originalUrl?: URL): Promise<UrlResult[]> {
const headers = { Referer: meta.referer ?? url.href };