Why Does a Download Open in a New Browser Tab?
Browsers may preview media in a new tab when the source response is marked for inline display or when a cross-origin download cannot use the page’s download hint.
Short answer
A result opens in a new tab when the browser decides to display the source file inline instead of saving it immediately. From that tab, use the browser’s download control, Save video as, Save image, or the share menu when those actions are available.
A preview tab is not necessarily an error
If the new tab plays the video or shows the image, the media URL is working. The browser is choosing preview behavior; the file has not necessarily been saved yet.
Why browser behavior differs
- The source response is marked inline rather than as an attachment.
- The file is hosted on another origin, limiting how the download attribute is applied.
- Browser settings or the media type favor a built-in preview.
- The temporary media URL has already expired and the new tab shows an error instead.
Save from the preview
- 1
Wait for the media preview to load.
- 2
Use the visible download icon when the browser provides one.
- 3
On desktop, use Save video as or Save image as from the context menu.
- 4
On mobile, use the browser menu or press and hold the media when supported.
- 5
Return to SnapVideoTools and parse the original public link again if the preview URL expired.
Do not confuse opening with completion
Check the browser Downloads list before repeating the action. Opening a preview tab alone does not confirm that a local file was created.
References
Frequently asked questions
Related content
Where Are Downloads Saved on Android?
Find videos, images, audio and shared files downloaded on Android through Chrome, the Files app, browser history or a custom download folder.
HelpWhy Did the Temporary Download URL Expire?
Understand temporary media link expiry, common 403 or unavailable responses, and why the original public item link should be parsed again.
HelpWhy a Public Video Link Cannot Be Parsed
Check the supported domain, item page, public access, short-link redirect, regional restrictions, and platform status when a link cannot be parsed.
Help