Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down