Skip to content

Commit

Permalink
Merge pull request #1397 from Shisuiicaro/Fix/Pixeldrain-Limit
Browse files Browse the repository at this point in the history
Feat: GameDrive hoster (Pixeldrain bypass)
  • Loading branch information
thegrannychaseroperation authored Feb 1, 2025
2 parents e812c36 + a0b5430 commit 88184f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/services/download/download-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!,
};
}
Expand Down

0 comments on commit 88184f7

Please sign in to comment.