mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
Merge pull request #1397 from Shisuiicaro/Fix/Pixeldrain-Limit
Feat: GameDrive hoster (Pixeldrain bypass)
This commit is contained in:
commit
88184f735b
@ -263,7 +263,7 @@ export class DownloadManager {
|
|||||||
return {
|
return {
|
||||||
action: "start",
|
action: "start",
|
||||||
game_id: game.id,
|
game_id: game.id,
|
||||||
url: `https://pixeldrain.com/api/file/${id}?download`,
|
url: `https://cdn.pd5-gamedriveorg.workers.dev/api/file/${id}`,
|
||||||
save_path: game.downloadPath!,
|
save_path: game.downloadPath!,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user