YouTube Shorts URLs on phones

On a phone, YouTube’s share sheet almost always copies `https://www.youtube.com/shorts/{id}`. On a laptop, searching the same clip may open `/watch?v={id}`. Both can be the same upload. They are **not** the same string, and mixing them is why people think a Shorts downloader is “broken.”

RootoverZero’s [YouTube Shorts Downloader](/tools/youtube-shorts-downloader) **requires** `/shorts/` so the error is obvious when you actually copied a watch URL. The [YouTube Video Downloader](/tools/youtube-video-downloader) is the watch-page tool.

Why Shorts have their own path

Shorts are a feed product: swipe, sound on, vertical. YouTube kept a path so links open in that player. The id behind the path is still a video id. Public posters still live on `i.ytimg.com`. The **copy-paste** is what changed.

If you manually replace `/watch?v=` with `/shorts/` hoping to force the Shorts player, you may 404. Do not invent paths.

Share sheet gotchas

**Notifications** open a feed, not always a canonical `/shorts/id`. Check the copied text.

**Android vs iPhone** both use `/shorts/` for the dedicated player. TikTok-style `vm.` hosts are **not** YouTube; those belong on the [TikTok Video Downloader](/tools/tiktok-video-downloader).

**QR codes** on posters sometimes wrap through a marketing redirect. If the paste is not youtube.com, open YouTube first.

**`si=` tracking** can ride on the Shorts URL. Harmless for the id.

Vertical video, landscape posters

The Short plays 9:16. The public `maxresdefault.jpg` is often 16:9 with letterboxing. If you need a story-shaped still, [crop to 9:16](/tools/image-cropper) from that JPEG. Stretching a 16:9 poster into 9:16 will fatten faces — the same mistake as stretching a photo to [Instagram 1:1](/blog/crop-photo-to-1-1-for-instagram-without-stretching).

Public vs logged-in

If the Short plays only because you follow a private channel, a private window will fail, and so will analysis. Age-gated Shorts are the same class of problem.

Audio

A Short is still not a public MP3. See the [YouTube MP3 Downloader](/tools/youtube-mp3-downloader).

FAQ

Can I paste a watch URL into the Shorts tool?

No. Use the video downloader.

Is the Shorts id different from the watch id?

Often it is the same id with a different path. Copy what the phone actually produced.

Do Shorts support playlists?

Not in the way watch URLs add `&list=`. Analyze one Short URL.