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
commit 88184f735b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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!,
}; };
} }