From 1a4d99509fc1bdfc6c14f90dc268dd50e55fa9b7 Mon Sep 17 00:00:00 2001 From: Omkar Chandorkar Date: Sun, 18 Jan 2026 09:36:26 +0530 Subject: [PATCH] extract_and_push: Remove pixeldrain proxy All of the proxies have been killed for quite some time. Un-break pixeldrain downloads --- extract_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_and_push.sh b/extract_and_push.sh index 8dd70ac..3bb3cdd 100755 --- a/extract_and_push.sh +++ b/extract_and_push.sh @@ -177,7 +177,7 @@ else # For Pixeldrain: replace the link with a direct one *"pixeldrain.com/u"*) echo "[INFO] Replacing with best available mirror." - URL="https://pd.cybar.xyz/${URL##*/}" + URL="https://pixeldrain.com/api/file/${URL##*/}" ;; *"pixeldrain.com/d"*) echo "[INFO] Replacing with direct download link."