A lightweight search tool built on Cloudflare Workers that helps you quickly find videos and clips from Red Bull TV.
- Go to the Cloudflare Dashboard
- Navigate to Workers & Pages
- Click Create Application → Start with Hello World, enter your preferred Worker name, then click Deploy
- Open the Worker and click Edit code and Replace the default code of
worker.jswith the JavaScript file located atrbtv-video-finder-api-js/src/index.js - Click Deploy
- (Optional) Configure routes or attach a custom domain
- Clone the project
git clone https://github.com/bboymega/rbtv-video-finder-worker
- Compile react project
cd rbtv-video-finder-react
echo "NEXT_PUBLIC_SITE_URL=\"https://your-cloudflare-worker.workers.dev\"" > .env
npm install
npm run build
- Navigate to Workers & Pages in the Cloudflare Dashboard
- Click Create Application → Looking to deploy Pages? Get started → Drag and drop your files → Get started
- Create a name for your project
- Upload the build output folder located at
rbtv-video-finder-react/out - Click Deploy site
This program functions solely as a search engine for existing clips and videos from Red Bull TV.
- We do not host or store any videos or other media
- All requests are automatically redirected to official pages and resources
- All content rights remain with their respective owners
