Skip to tool
ecech.
🎥 YouTube Creator Tools

Free YouTube Link Cleaner That Strips Playlist and Tracking Parameters

Paste a shared YouTube link and get back just the video. Explains which parameters are tracking, which change what the viewer sees, and which are safe to keep.

Cleaned

What was in the first link

Parameter Value What it does Kept?
Advertisement

How the calculation works

One shared link, five parameters, one that matters youtube.com/watch? v=V9PVRfjEBTI &list=PLxyz123 &index=7 &pp=iAQB &si=8fK2nQ required the video itself changes behaviour drops the viewer into a playlist tracking identifies who shared it youtu.be/V9PVRfjEBTI ← everything anyone actually needs The si parameter appeared in 2023 and is added automatically by the Share button. It is not needed to play the video.

How to Use This Tool

Hit Share on a YouTube video and you get a link with a tail of parameters attached. Most of them do nothing for the person you send it to, and two of them actively change what they see.

What each parameter is

  • v — the video id. The only genuinely required part.
  • si — a share identifier added automatically since 2023. It ties the click back to the share that produced it. Dropping it changes nothing about playback.
  • pp — an encoded blob of playback and referrer context. Also unnecessary.
  • list and indexthese do something. They drop the viewer into a playlist at a given position, so a “next video” appears that you did not intend to recommend. This is the one worth removing deliberately.
  • t — a start time in seconds. Useful when you mean it, confusing when it is left over from where you happened to pause.
  • feature, ab_channel, utm_* — attribution. Safe to drop.
Why the playlist parameter is the one that matters. Link with &list= your video next in list then this A queue appears. Autoplay moves on to whatever is next, which may be anything. Clean link your video, full width No queue. The video you meant to send is the only thing on offer.
Removing si is a privacy nicety. Removing list is the one that changes what the recipient actually experiences.

The three output forms

youtube.com/watch is the canonical form and the one to use in writing. youtu.be is shortest, which matters in a character-limited post, and is officially supported. embed is the form an <iframe> needs; pasting a watch URL into an iframe does not work and is a very common mistake.

youtube-nocookie.com

Ticking that box switches an embed to YouTube's privacy-enhanced domain, which defers most cookie setting until the viewer actually presses play. It is not full privacy — requests still reach Google and some storage is still used — but it is meaningfully better than the default and is the right choice for any embed on a site with EEA or UK visitors. Do not describe it to your users as “no tracking”, because that is not what it does.

Shorts links

A Shorts URL and a normal watch URL point at the same video with the same id, so the tool converts between them. Sending someone the /shorts/ form forces the vertical full-screen player; the /watch?v= form opens the standard one. That is a genuine choice rather than a cleanup, so it is left to the output-form buttons rather than done automatically.

Nothing is fetched

The tool parses the text of the URL and never contacts YouTube. It therefore cannot tell you whether a video exists, is private or has been removed — that would require a request, and a request would mean sending your links somewhere. Everything here happens in your browser.

Advertisement

Frequently Asked Questions

How do I remove the playlist from a YouTube link?
Delete everything from &list= onwards, or paste the link above and the tool does it. The list and index parameters put the viewer inside a playlist queue, so autoplay continues to whatever comes next rather than stopping at the video you sent.
What is the si parameter in a YouTube link?
A share identifier that YouTube began appending in 2023 when you use the Share button. It ties the click back to the specific share that produced it. It has no effect on playback and can always be removed safely.
What does pp= mean in a YouTube URL?
An encoded blob carrying playback and referrer context. Like si, it is not needed for the video to play and can be removed without changing anything the viewer sees.
Is youtu.be an official YouTube link?
Yes. It is YouTube's own URL shortener and is fully supported. The path after the slash is the video id, so youtu.be/V9PVRfjEBTI and youtube.com/watch?v=V9PVRfjEBTI are the same video.
Does youtube-nocookie.com actually stop tracking?
It reduces it rather than stopping it. The privacy-enhanced domain defers most cookie setting until the viewer presses play, but requests still reach Google's servers and some local storage is still used. It is a sensible default for embeds on sites with EEA or UK visitors, but do not describe it to your users as tracking-free.
Why doesn't my YouTube link work in an iframe?
Because an iframe needs the embed form, youtube.com/embed/VIDEO_ID, not the watch URL. Pasting a watch URL into an iframe src produces a refused-to-connect error, which is one of the most common problems people hit when embedding video for the first time.
Can this tool tell me if a video still exists?
No, and deliberately so. Checking would require sending your links to YouTube, which defeats the point of a tool people use to clean links before sharing them. Everything here is text parsing done in your browser, with no network request of any kind.

Related tools in YouTube Creator Tools

Browse all YouTube Creator Tools tools
The Mac mini the ecech. site is built on, beside a handwritten note reading ecech.com.

Made by one person

ecech. is not a content farm. Every tool here is written and checked by hand, one at a time, by someone who wanted the tool to exist and could not find a version that showed its working.

No accounts and no sign-in, and nothing you type reaches a server — every calculation on this page runs inside your browser. The ads are served by Google and do set their own cookies, which is set out in full on the privacy page. More about the site.