Skip to content

Commit

Permalink
feat: Convert Pixeldrain user URLs to API format
Browse files Browse the repository at this point in the history
Signed-off-by: Jyotiraditya Panda <[email protected]>
  • Loading branch information
imjyotiraditya committed Oct 1, 2024
1 parent dea8b78 commit 97504ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ else
break
fi
done
elif [[ $URL == https://pixeldrain.com/u/* ]]; then
echo "[INFO] Pixeldrain URL detected. Converting to alternative domain."
URL="https://pd.cybar.xyz/${URL##*/}"
fi

# Confirm download has started
Expand Down

0 comments on commit 97504ef

Please sign in to comment.