YouTube Shorts URL Resolver
Resolve Shorts URLs with the same actual preview and format selector used for regular YouTube videos.
Supported services
How it works: paste a public youtube.com/shorts URL, preview the returned result, then choose an available MP4 or HD format.
The preview and format selector are rendered from the actual /api/resolve response for the pasted URL.
Supported URL patterns
- youtube.com/shorts URLs
- youtu.be short links
- m.youtube.com public Shorts links
Short links
- youtu.be links are accepted when they resolve to public YouTube content.
Format availability
- MP4 appears when the source can be downloaded or remuxed as MP4.
- HD appears only when YouTube exposes high-quality formats.
- The result panel is built from the actual /api/resolve response.
Common failure reasons
- Private or deleted Short
- Age, region, rights, or bot-access restriction
- No compatible video format returned
What this resolver actually returns
Formats returned by /api/resolve
| Format | Typical quality | Notes |
|---|---|---|
| MP4 (H.264 + AAC) | up to 1080p | Single-file formats are preferred so the download starts without waiting for a server-side merge |
| MP4/WebM (VP9 / AV1) | 1440p–4K when exposed | Higher resolutions are merged server-side and streamed to the browser while the file is still growing |
| M4A (AAC audio) | source bitrate | Audio-only option appears when the source exposes a separate audio format |
How the resolver handles this platform
- Long videos start streaming to your browser before the server-side download finishes, so large files do not stall waiting for response headers.
- YouTube's automated-access checks are handled server-side with retries; if YouTube still refuses, the page reports the specific reason instead of hanging.
- Shorts URLs use exactly the same resolve and download pipeline as standard watch URLs.
- Private, age-restricted, region-locked, and deleted videos fail fast with the restriction named in the result panel.
Behavior verified against the production resolver: July 2026.
Supported formats and responsible use
Formats
- youtube.com/shorts URLs
- youtu.be links that resolve to Shorts
- MP4 and HD formats when exposed by YouTube
Notes
- Private, age-restricted, deleted, region-blocked, or bot-limited Shorts may fail.
- Some Shorts expose only limited quality options.
- Available downloads are exactly the formats returned by /api/resolve.
FAQ
Can I download YouTube Shorts as MP4?
Yes, when the public Shorts URL exposes an MP4 or remuxable video format.
Do youtu.be links work for Shorts?
Yes. If the short link resolves to a supported public video, it can be checked here.
Why does a Shorts URL fail?
It may be private, deleted, age-restricted, region-blocked, login-gated, or temporarily limited by YouTube.