Skip to content

Commit 0d4f8b2

Browse files
authored
Merge pull request #43 from AndroidDumps/gotenksIN-patch-1
extract_and_push: Remove pixeldrain proxy
2 parents b5119a4 + 1a4d995 commit 0d4f8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extract_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ else
177177
# For Pixeldrain: replace the link with a direct one
178178
*"pixeldrain.com/u"*)
179179
echo "[INFO] Replacing with best available mirror."
180-
URL="https://pd.cybar.xyz/${URL##*/}"
180+
URL="https://pixeldrain.com/api/file/${URL##*/}"
181181
;;
182182
*"pixeldrain.com/d"*)
183183
echo "[INFO] Replacing with direct download link."

0 commit comments

Comments
 (0)