Is It Legal to Download Streaming Video? Copyright, Fair Use, and DRM Explained
July 4, 2026 · 7 min read
Key takeaways
- Copyright protects nearly all video by default — being technically easy to fetch doesn't mean you have permission to keep it.
- “Personal use” is not a blanket legal exception; fair use (in the US) is a four-factor balancing test, not a personal-use carve-out.
- A site's terms of service can separately prohibit downloading even when copyright law itself is ambiguous.
- Circumventing real DRM/encryption is treated as a distinct legal issue from copyright infringement itself — this site's tools don't do that.
The tools that make downloading a stream technically easy — detecting a playlist, pulling its segments, remuxing them into an MP4 — don't answer the separate question of whether you're allowed to do it in a given case. The honest answer is it depends on the content, the site, and what you do with the file afterward. This isn't legal advice, and laws vary by country, but the underlying principles are consistent enough to walk through.
Copyright protects video by default
Almost anything filmed or produced — a movie, a course, a livestream, a random clip — is protected by copyright the moment it's created, whether or not it displays a © symbol. Publishing something publicly on the web doesn't waive that protection, and the absence of encryption doesn't mean permission was granted either. A stream being easy to detect and reachable over plain HTTP is a statement about the site's technical setup, not about what you're legally entitled to do with the file.
When downloading is usually fine
- Content you created or own the rights to— your own uploads, recordings, or footage you've licensed.
- Public domain works — material whose copyright has expired or that was never eligible for protection.
- Explicitly permissive licenses— for example Creative Commons terms that specifically allow redistribution or offline copies. The license text matters; "free to watch" and "free to download and keep" aren't the same grant.
- Platforms with an official offline/download feature — if the rights holder built a download button, they've already granted that permission through their own product.
"It's just for personal use" isn't a blanket exception
This is the most common misconception. In the US, the closest legal concept is fair use, which is a four-factor balancing test — purpose and character of the use, nature of the original work, how much was used, and the effect on the market for the original — not a personal-use carve-out. Saving an entire commercial film or a full paid course for private rewatching tends to score badly on the last factor: it substitutes for a copy the creator would otherwise sell or license. Time-shifting and format-shifting arguments exist in case law, but they're narrower and more jurisdiction-specific than most people assume. When in doubt, "I'm only keeping it for myself" is not a safe legal justification on its own.
Terms of Service is a separate line you can cross
Even in cases where copyright law is ambiguous, most streaming sites' terms of service explicitly prohibit downloading, scraping, or automated access. Using the site means you agreed to those terms as a contract, so violating them is a distinct issue from copyright infringement — typically enforced through account suspension or a breach-of-contract claim rather than a copyright takedown. A site can prohibit downloading in its ToS even for content you'd otherwise be free to use under fair use.
DRM and encrypted segments are treated differently again
As covered in how HLS streaming works, some media playlists mark their segments with #EXT-X-KEY, meaning they're encrypted — commonly with AES-128 — and need a valid key to decode, separate from any CORS restriction. Bypassing a CORS block to fetch a file that was otherwise unprotected is not the same act as breaking an access control or decrypting protected content. Laws like the DMCA's anti-circumvention provisions in the US (and comparable rules under the EU's InfoSoc Directive) restrict circumventing DRM even in situations where the resulting use might otherwise be considered fair — the encryption itself is a separate legal line, independent of what you'd do with the content afterward. A tool that detects and assembles unencrypted segments through a permissive fetch is doing something categorically different from one that cracks a content key, and this site's tooling only ever does the former — encrypted segments simply won't play or convert.
A quick self-check before downloading anything
- Do I own this content, or have I been given explicit permission to keep a copy?
- Is there a license attached that specifically allows downloading, not just viewing?
- Does the site's terms of service forbid downloading or automated access?
- Are the segments encrypted or otherwise access-controlled?
- Would keeping this file replace a purchase, rental, or subscription the creator relies on?
If the honest answers raise doubt, that's usually the answer itself.
FAQ
Can I download videos I uploaded myself?Generally yes — you hold the rights unless you've assigned them away in a platform's terms.
Is saving a free live broadcast for my own records okay? "Free to watch" doesn't mean "free to keep." It depends on the broadcaster's license for the underlying content and that site's terms of service, not on whether the stream required a login.
Does using a browser extension instead of a platform's own downloader change the legal analysis? No. The extension and the site's /convert page just handle the mechanics described in how to download M3U8/HLS video — detecting the playlist and assembling segments. The legal questions above apply the same way regardless of which tool does the downloading.
None of this is a substitute for advice from a lawyer about your specific situation and jurisdiction — but working through ownership, licensing, terms of service, and encryption as four separate questions, rather than one vague "is this allowed" feeling, makes the actual risk a lot easier to judge.