Skip to content

Commit

Permalink
extract_and_push: Only use pixeldrain mirror for legacy URLs
Browse files Browse the repository at this point in the history
- While we are at it use DDL for pixeldrain filesystem as well

Signed-off-by: Omkar Chandorkar <[email protected]>
  • Loading branch information
gotenksIN authored and AntoninoScordino committed Oct 31, 2024
1 parent 60df73c commit 92e3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ else
fi
;;
# For Pixeldrain: replace the link with a direct one
*"pixeldrain.com"*)
*"pixeldrain.com/u"*)
echo "[INFO] Replacing with best available mirror."
URL="https://pd.cybar.xyz/${URL##*/}"
;;
Expand Down

0 comments on commit 92e3e33

Please sign in to comment.