The player’s play button does not reveal whether a normal file exists behind it. The useful distinction is how the browser receives the media, not which brand of video site is on the page.
Recognize the source type
- Direct HTTP/HTTPS file: usually the simplest case; the download manager can receive one media response.
- HLS or DASH: the player receives a manifest and many segments. Playback may work while a single-file download is unavailable.
- Blob URL: the visible URL can be a temporary browser reference rather than a portable file address.
- Signed or session-bound URL: it may expire or require headers and cookies that cannot be reused later.
- DRM-protected media: access is deliberately restricted; do not try to bypass it.
Hover over the player and press Shift + F to inspect the resource, then use D only when the source is a permitted direct file. Check type, size, and the site’s own download options.
Common questions
Why does a manifest download instead of a video?
A manifest describes segments; it is not the completed media file. Keep the link for reference and use an authorized player or download feature.
Why does a link work once and then expire?
Signed URLs and session cookies are temporary by design. Recapture from the page when you are authorized to save the content.
What is the safe boundary?
Use openly downloadable sources and respect access controls, terms, and copyright.
Try it on your next table.
Install ShiftTable, refresh your source page, and press Shift + F to begin.
Add to Chrome