mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: fixing real debrid download
This commit is contained in:
parent
fffea84ef7
commit
68b361e605
28 changed files with 241 additions and 185 deletions
|
@ -102,8 +102,6 @@ export class DownloadManager {
|
|||
const token = await GofileApi.authorize();
|
||||
const downloadLink = await GofileApi.getDownloadLink(id!);
|
||||
|
||||
console.log(downloadLink, token, "<<<");
|
||||
|
||||
GenericHTTPDownloader.startDownload(game, downloadLink, {
|
||||
Cookie: `accountToken=${token}`,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue