SaveNowX streams X videos to users without ever storing files on its servers
A developer has built SaveNowX (savenowx.com), a free tool that lets users download videos from public X (formerly Twitter) posts without requiring an account, adding watermarks, or keeping any download history. The core architectural principle is that no video data is ever written to the server's disk — the backend resolves post URLs and retrieves CDN links without handling video bytes directly. For standard MP4 videos, a Cloudflare Worker intercepts the request solely to add a Content-Disposition header, ensuring the file downloads directly from X's own CDN to the user's device. For HLS-only videos — which exist as playlist files and multiple small segments rather than a single MP4 — a lightweight job system fetches, remuxes, and streams the file to the user, deleting any temporary data immediately after delivery. Caching rules are also in place to prevent repeated bad requests from generating unnecessary backend load.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in