Merge pull request #1397 from Shisuiicaro/Fix/Pixeldrain-Limit

Feat: GameDrive hoster (Pixeldrain bypass)
This commit is contained in:
Chubby Granny Chaser
2025-02-01 19:33:35 +00:00
committed by GitHub

View File

@@ -263,7 +263,7 @@ export class DownloadManager {
return {
action: "start",
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!,
};
}