Does this work with YouTube, TikTok, or Instagram?
No. Those platforms serve video through JavaScript players and DRM protection — there is no plain direct URL to a video file. You'll need a dedicated platform-specific downloader for those sites.
Why does my video fail to preview?
The most common reason is CORS — the server hosting the video hasn't allowed cross-origin browser access. Try pasting the URL directly into your browser's address bar. If the video plays there but not here, it's a CORS restriction on that server.
Is the download private?
Yes. Your browser fetches the video directly from the source server. Nothing is routed through SimplyUtils servers. No URLs or file contents are logged.
The download triggers a new browser tab instead of saving — why?
When CORS prevents a direct blob fetch, the tool falls back to a standard anchor download. In that case, use your browser's "Save As" option (right-click the video or use the browser menu) to save the file locally.
Privacy first: video files are fetched directly by your browser from the source. SimplyUtils servers are never involved in the transfer.