Skip to content

Commit

Permalink
extract_and_push: Use DDL for pixeldrain filesystem links as well
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Chandorkar <[email protected]>
  • Loading branch information
gotenksIN authored and AntoninoScordino committed Oct 31, 2024
1 parent 92e3e33 commit b90eda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b90eda8

Please sign in to comment.