[PR #1472] Google drive hosted IPA #1865

Closed
opened 2026-03-03 19:09:22 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/PlayCover/PlayCover/pull/1472

State: closed
Merged: Yes


I noticed some IPA (like HSR or Genshin) on Decrypt.day are hosted in Google Drive, this PR add a redirect catcher and a scraping to detect all I need to create a direct link to the IPA to bypass "Antivirus error" that show on too big file.

Steps that I need to do

  • Redirect catch
  • Scrape and obtain new direct link
  • Pass the new link to the native download function
  • Pass the new url before the native-download function so don't need to change url variable from let to var
  • Find a correct way to put the native-download function in sleep until redirect and scraping are completed
**Original Pull Request:** https://github.com/PlayCover/PlayCover/pull/1472 **State:** closed **Merged:** Yes --- I noticed some IPA (like HSR or Genshin) on `Decrypt.day` are hosted in Google Drive, this PR add a redirect catcher and a scraping to detect all I need to create a direct link to the IPA to bypass "Antivirus error" that show on too big file. Steps that I need to do - [x] Redirect catch - [x] Scrape and obtain new direct link - [x] Pass the new link to the native download function - [x] Pass the new url before the native-download function so don't need to change `url` variable from `let` to `var` - [x] Find a correct way to put the native-download function in sleep until redirect and scraping are completed
kerem 2026-03-03 19:09:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1865
No description provided.