Skip to content

Commit

Permalink
Merge pull request #39 from gotenksIN/master
Browse files Browse the repository at this point in the history
extract_and_push: Use DDL for pixeldrain filesystem links as well
  • Loading branch information
AntoninoScordino authored Oct 29, 2024
2 parents e24a08e + 390d61c commit 824e7f4
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 824e7f4

Please sign in to comment.