100% Ad-Free Open Source MIT License

MediaFetch

Direct, unthrottled media extraction.

Developer Corner

Architecture Overview: This platform utilizes a zero-storage backend proxy. The frontend (hosted on Cloudflare Pages) communicates with a local Node.js environment running within Android's Termux shell via secure Cloudflare Tunnels.

Data Pipeline: By executing yt-dlp -J (JSON dump) in a child process, the backend parses the stdout metadata buffer to extract raw Google Video server endpoints. This allows the client browser to fetch media directly from the edge, bypassing the mobile node's local storage and bandwidth constraints.