Windows 10/11 · macOS 14+

Download YouTube Videos in MP4 — From 4K HDR to Shorts

VidMost's YouTube adapter intercepts the DASH manifest, merges video and audio tracks automatically, and exports MP4 at the highest resolution YouTube serves. See compliance notes below — VidMost is intended for content you have permission to save.

Why YouTube videos are hard to download

The platform-specific obstacles a downloader has to handle.

Video and audio served as separate DASH streams

YouTube delivers high-resolution variants as adaptive DASH where the video track and audio track are separate. A downloader that fetches only the video URL ends up with a silent file; the tracks have to be requested separately and merged.

Frequently rotating signature/cipher schemes

YouTube's player obfuscates the manifest URL with a per-load signature derived from a JavaScript cipher that changes frequently. Hardcoded third-party downloaders break within hours of a cipher rotation.

Multiple URL shapes for the same content

YouTube spans /watch?v={id}, /shorts/{id}, /live/{id}, youtu.be/{short}, /@handle, /c/{name}, /user/{name}, /channel/UC{id}. Pattern-matching downloaders that handle one shape often miss the others.

Age-restricted and members-only content

Age-gated videos require a signed-in account confirmed as adult. Channel members-only videos require active channel membership for the relevant tier. The same playback URL behaves differently depending on the session.

Premieres, Live, and post-Live VODs

Premieres do not have a playable manifest until the scheduled time. Live broadcasts use a real-time DASH pipeline. After a Live ends, YouTube publishes a VOD over the next minutes; the same URL can return three different stream types depending on when you load it.

How VidMost detects the video

VidMost's smart sniffer ships with a YouTube adapter that intercepts the DASH manifest from googlevideo.com when the player loads in the built-in browser. Every detected video and audio variant is listed in the right sidebar, with a recommended (best-match) pair highlighted automatically — usually the highest-quality video track paired with the highest-quality audio. Video and audio segments are downloaded in parallel and merged at finalization. For age-restricted or members-only content, the browser signs into youtube.com first so the manifest request carries the right session cookies.

URL pattern / signal Format Note
youtubei.googleapis.com/youtubei/v1/player JSON (player config) InnerTube player config endpoint — returns the streamingData with DASH variants.
*.googlevideo.com/videoplayback?...&mime=video/... DASH video segments Video-only adaptive stream. Multiple variants per resolution/codec (H.264, VP9, AV1).
*.googlevideo.com/videoplayback?...&mime=audio/... DASH audio segments Audio-only adaptive stream. Merged with video at finalization.

Supported formats

Container Codec Resolution Notes
MP4 or MKV H.264 / VP9 / AV1 + AAC / Opus 144p / 240p / 360p / 480p / 720p / 1080p / 1440p / 2160p / 4320p (8K, when uploader provided) VidMost picks the highest variant YouTube serves. HDR, 60fps, and 8K variants depend on the uploader.
Multi-track audio AAC / Opus Videos with multiple audio tracks (dubs, descriptive audio) preserve all tracks in the merged file when MKV is selected.
SRT or VTT Closed captions — both human-uploaded subtitles and YouTube auto-generated captions when present.
MP3 / M4A / Opus Audio-only extraction, useful for YouTube Music and podcast-style content.

Bulk download from YouTube

Paste a channel page (videos / shorts / streams tab), a playlist URL, or a Mix/Radio playlist, and VidMost queues every video on the entry page. The YouTube adapter walks the listing and feeds the queue.

Channel videos youtube.com/@{handle}/videos

Every video uploaded by the channel. Legacy formats /c/{name}, /user/{name}, /channel/UC{id} are also supported.

Channel Shorts youtube.com/@{handle}/shorts

Every Short posted by the channel.

Channel Streams youtube.com/@{handle}/streams

Live archives saved by the channel.

Playlist youtube.com/playlist?list=PL...

Every video in a user-created or channel-curated playlist.

Mix / Radio youtube.com/playlist?list=RD... • youtube.com/watch?v={id}&list=RD...

YouTube's algorithmic Mix/Radio playlists.

Common failure causes

Cause

Age-restricted video without a confirmed-adult sign-in

Fix

Sign in to youtube.com through VidMost's built-in browser with an account that has confirmed-adult status. The session cookie persists across the app for subsequent age-gated videos.

Cause

Members-only video without channel membership

Fix

VidMost cannot bypass YouTube's membership check. You must be a member of the channel at the relevant tier; sign in with that account through VidMost's browser.

Cause

Premiere has not started yet

Fix

Premieres have no playable manifest before the scheduled start time. Wait until the premiere goes live, then retry.

Cause

Live broadcast already ended, VOD not yet processed

Fix

After a Live ends, YouTube takes minutes to publish the saved VOD. Wait until the same URL plays as a regular video, then retry.

Cause

Regionally blocked content

Fix

Some videos are restricted by region. A VPN to a permitted region before launching VidMost makes the manifest return content for that region.

Cause

YouTube cipher rotation outpaces the adapter

Fix

If a recent platform change breaks the adapter, kernel record mode is the universal fallback — it draws a toolbar over the playing video and records while it plays.

Compliance & responsible use

YouTube's Terms of Service explicitly prohibit downloading content from the platform unless YouTube provides a download button (such as YouTube Premium's offline mode) or unless you have prior written permission from YouTube. VidMost is intended for: your own uploads; content where the uploader has granted explicit reuse permission; videos under a Creative Commons or other license that permits offline use; or content covered by fair use in your jurisdiction. Do not download other creators' work without their consent or a clear legal basis, and do not redistribute downloaded YouTube content. VidMost is not affiliated with YouTube or Google.

YouTube is structurally one of the most demanding platforms for a downloader, and the difficulty is mostly invisible from the user’s side. The video and audio you hear coming out of a single YouTube player are actually two separate adaptive streams from googlevideo.com, requested as DASH segments after a player config negotiation that involves a per-load signature derived from a JavaScript cipher. The cipher changes — sometimes weekly, sometimes more often — and any third-party downloader that hardcodes the deobfuscation breaks at that point. The same is true for the player config request itself, which has gone through multiple revisions (the InnerTube API).

VidMost’s approach is to let the built-in browser engine execute the real player code itself. The browser handles the InnerTube negotiation, generates whatever signature the current cipher requires, and requests the manifest exactly the way youtube.com would. The YouTube adapter in the smart sniffer then sees the streamingData come back, lists every video and audio variant in the right sidebar, recommends the best-match pair, and the actual download is just a parallel DASH segment fetch with a merge at the end. Members-only and age-restricted content goes through the same flow with the sign-in step handled by the browser. The only failure modes VidMost cannot work around are platform-side ones — a premiere that has not started yet, a Live that ended without a VOD being saved, a regionally-restricted title — or the rare case where a cipher rotation outpaces the adapter, in which case kernel record mode is the universal fallback that captures the playing video at the OS level regardless of manifest-level changes.

Use of VidMost on YouTube must respect YouTube’s Terms of Service. The platform explicitly disallows downloading content without permission, and the compliance section above is not boilerplate — it is the operating boundary. VidMost is the right tool when you are downloading your own uploads, content under a license that permits offline use, or material covered by fair use in your jurisdiction; it is the wrong tool for redistributing other creators’ work without consent. The mechanism described on this page is about technical capability; the question of whether you should use that capability for a given video lives with the user.

Frequently asked questions

Can VidMost download YouTube videos in 4K or 8K?
VidMost selects the highest variant YouTube serves for the video. If the uploader provided a 4K HDR or 8K source, VidMost can download at that resolution. SD-only uploads download at SD; the source resolution is the ceiling.
Can I download YouTube Shorts?
Yes. Shorts use the same DASH pipeline as regular videos, just at vertical resolution (1080×1920). Paste the Short URL or paste a channel's /shorts tab to bulk-download a creator's Shorts.
Can I extract just the audio from a YouTube video?
Yes. VidMost offers audio-only extraction in MP3, M4A, or Opus from the same DASH audio track that would be merged into the full file. Useful for YouTube Music tracks and podcast-style content.
Why does my YouTube download have no audio?
YouTube serves video and audio as separate DASH tracks. VidMost merges them automatically at finalization. If you have a silent download from another tool, re-download through VidMost and the merge will produce a normal file with audio.
Can I bulk-download every video from a YouTube channel?
Yes. Paste the channel's /videos tab (youtube.com/@{handle}/videos) and VidMost queues every public upload. The /shorts and /streams tabs and any /playlist?list=... URL are also supported entry pages.
Does VidMost bypass YouTube's anti-download measures?
VidMost uses standard playback in a real browser engine; it does not break protections that YouTube has put in place. If YouTube changes its signature scheme, the adapter is updated; if a change outpaces the adapter, kernel record mode is the universal fallback. See the compliance notes — VidMost is intended for content you have permission to save.

Try VidMost on YouTube

Free to try. No credit card required. Works on Windows 10/11 and macOS 14+.

Download VidMost