YouTube Shorts Downloader
Shorts are not “tiny YouTube videos” in the URL bar. They are a **different path**: `youtube.com/shorts/{id}`. The share sheet on a phone almost always copies that form. A desktop user who opens the same clip from search may land on `/watch?v=` instead. This downloader **requires the Shorts path** so you know you analyzed the link you thought you copied.
If you pasted a watch URL, use the [YouTube Video Downloader](/tools/youtube-video-downloader). For audio intent, the [YouTube MP3 Downloader](/tools/youtube-mp3-downloader) still explains that YouTube does not publish MP3.
What is a YouTube Shorts downloader?
A YouTube Shorts downloader is a tool that accepts a public `/shorts/` URL, reads the id from that path, and lists public files for that id — usually posters on `i.ytimg.com`, plus oEmbed title and channel when YouTube answers. It is aimed at vertical, mobile-copied links.
The underlying video id is often the same as a watch URL for the same upload. The **path** is what people actually send in chat. Mixing the two in one form causes “I copied it from Shorts” support noise. We split the product on purpose.
Shorts URLs on phones
Android and iPhone YouTube apps: Share → Copy link. Expect:
`https://www.youtube.com/shorts/xxxxxxxxxxx`
Sometimes a tracking query (`si=`) is appended. The id is still the path segment. You do not need to strip the query; the worker reads the path.
**QR codes and in-app browsers** can wrap the link in a Google redirect. If analysis says the URL is invalid, open the Short in YouTube and copy again from the share sheet, not from a screenshot.
**Notifications** sometimes deep-link into the Shorts *feed*, not a single id. If the address bar has no `/shorts/{id}`, there is nothing to analyze.
Vertical frames vs the files you get
A Short plays 9:16. The **maxres poster** YouTube publishes is often a **16:9 letterboxed** still of that vertical video, not a full-bleed 1080×1920 PNG. If you need a vertical still for a story mock, [crop](/tools/image-cropper) the poster to 9:16 from the original pixels after download. Do not stretch the 16:9 JPEG into a phone-shaped file.
That crop-after-poster workflow is the same craft as [cropping 1:1 for Instagram](/blog/crop-photo-to-1-1-for-instagram-without-stretching), just a taller ratio.
How to use this tool
Open the Short. Confirm the address or copied link contains `/shorts/`. Paste and analyze. Download listed public files. For a TikTok-shaped clip that is not on YouTube, use the [TikTok Video Downloader](/tools/tiktok-video-downloader). For Instagram Reels, use the [Instagram Reels Downloader](/tools/instagram-reels-downloader).
What this tool will not do
It will not batch an entire Shorts feed. It will not remove watermarks (Shorts usually have none from YouTube itself; creators may burn some in). It will not bypass age restrictions. It will not turn a Short into MP3.
Processing
Same worker as the other YouTube tools: public oEmbed + thumbnail CDN probes. No Google login. Files are not archived after the transfer. Rate limits apply if a network hammers analyze.
Troubleshooting Shorts-specific failures
**Rejected as wrong platform.** You pasted `/watch?v=`. Switch tools; do not add `/shorts/` by hand unless that is the real URL.
**oEmbed works, no poster.** Rare; try again, or the id is not a public Short yet.
**Link from YouTube Music.** Not a Short.
**Embedded Short on another website.** Copy the `youtube.com/shorts/` URL from the embed’s share control if it exists. An iframe `src` that uses `/embed/` should go to the [video downloader](/tools/youtube-video-downloader).
Read [YouTube Shorts URLs on phones](/blog/youtube-shorts-urls-on-phones) for share-sheet variants.
FAQ
What is a YouTube Shorts downloader?
A downloader that expects `youtube.com/shorts/{id}` and lists public files for that Short.
How do I copy a Shorts URL on iPhone?
Share on the Short → Copy. Confirm `/shorts/` is in the string before you paste.
Can I use a watch URL here?
No. Use the YouTube Video Downloader.
Are Shorts files different from long-form?
The public posters use the same CDN pattern. The player is vertical. The poster may still be 16:9.
Do you download the vertical MP4?
Only if a public MP4 URL is returned. Most Shorts pages do not publish one for anonymous download.
Does this work in Chrome on Android?
Yes. Paste into the URL field and analyze.
Can I download someone else’s Short for my ads?
Only if you have the right to use that media. A public URL is not a license.
Why did analysis fail on a Short I can play?
Logged-in playback is not the same as a public oEmbed. Try a private browser window.
Is youtu.be/ID a Short?
youtu.be is treated as a watch-style id. This form wants `/shorts/` so the link matches the product.
Can I send the file to the image cropper?
Save the poster, then open the Image Cropper on that JPEG.