Update src/extractor/Streamtape.ts
This commit is contained in:
parent
44c7100035
commit
907b672ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export class Streamtape extends Extractor {
|
|||
return new URL(url.href.replace('/e/', '/v/'));
|
||||
}
|
||||
|
||||
protected async extractInternal(ctx: Context, url: URL, meta: Meta): Promise<UrlResult[]> {
|
||||
protected async extractInternal(ctx: Context, url: URL, meta: Meta): Promise<UrlResult[]> {
|
||||
const headers = { Referer: meta.referer ?? url.href };
|
||||
|
||||
// Only needed to properly find non-existing files via 404 response
|
||||
|
|
|
|||
Loading…
Reference in a new issue