mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
big Issue Fixed
This commit is contained in:
@@ -35,7 +35,7 @@ export function request_stream(req_url: string, options: RequestOpts = { method:
|
||||
return;
|
||||
}
|
||||
if (Number(res.statusCode) >= 300 && Number(res.statusCode) < 400) {
|
||||
res = await https_getter(res.headers.location as string, options);
|
||||
res = await request_stream(res.headers.location as string, options);
|
||||
}
|
||||
resolve(res);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user