From b90eda8ace70dcd48a657abc095b50fe2d31f252 Mon Sep 17 00:00:00 2001 From: Omkar Chandorkar Date: Tue, 29 Oct 2024 19:10:52 +0530 Subject: [PATCH] extract_and_push: Use DDL for pixeldrain filesystem links as well Signed-off-by: Omkar Chandorkar --- extract_and_push.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extract_and_push.sh b/extract_and_push.sh index a265b33..9c68e4f 100755 --- a/extract_and_push.sh +++ b/extract_and_push.sh @@ -169,6 +169,10 @@ else echo "[INFO] Replacing with best available mirror." URL="https://pd.cybar.xyz/${URL##*/}" ;; + *"pixeldrain.com/d"*) + echo "[INFO] Replacing with direct download link." + URL="https://pixeldrain.com/api/filesystem/${URL##*/}" + ;; esac # Confirm download has started