A download proxy using Cloudflare Workers.
Try it online: https://download-proxy.zhaofengying.com
Or if you prefer using an API directly:
GET https://download-proxy.zhaofengying.com/api/download?url={ORIGINAL_FILE_URL}
If you don't want to build it yourself, you can also download it from GitHub Release.
First, you need to install Node.js and pnpm.
Then install dependencies:
pnpm i
Finally run this command to build:
pnpm build
The built file is in the dist
folder, you can upload it directly to Cloudflare Workers.