Update src/extractor/Streamtape.ts
This commit is contained in:
parent
2f679982a6
commit
44c7100035
1 changed files with 1 additions and 5 deletions
|
|
@ -43,11 +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