YTDown

YTDown

https://app.ytdown.to

Video sites supported by YTDown

What Is YTDown?

YTDown screenshot
YTDown screenshot

YTDown is a video downloader built exclusively for YouTube, supporting both regular videos and Shorts.

Standard WHOIS lookup services didn't return much detail, but a specialized WHOIS tool showed the domain was registered in January 2025. This was corroborated by URLert, a domain safety checker, which returned the same registration date. The Internet Archive has records starting from November 2025, and the WHOIS data shows the registrant information was last updated in late October — suggesting YTDown opened sometime between late October and early November.


How to Use YTDown

Near the top of the homepage is a URL input field for YouTube video pages. Paste the URL of the video you want to download and submit, and you'll be shown a preview player, video details, and dropdowns to select the file format and quality.

Format and quality selection
Format and quality selection

Click the Download button below, and conversion begins for your chosen format and quality. Once it's done, the file downloads automatically.

Note that the preview player shown on the page has no audio — more on why below.


How YTDown Downloads Videos

Submitting a YouTube URL retrieves the video metadata, available formats and quality options, direct stream links, and YTDown's own internal API endpoints.

The reason the preview player has no audio is that YouTube delivers video and audio as separate streams. A combined single-file direct link does exist, but it's only available in low quality. To offer high-quality downloads, YTDown needs to merge a high-quality video stream with a high-quality audio stream.

When you click Download, the previously retrieved API endpoint is sent to YTDown's server, which begins returning conversion progress at regular intervals via polling.

Once conversion is complete, the file is fetched from a URL in this format:

https://dl.iamworker.com/sxxx/vxxx/download/xxx/xxx?token=xxx

Putting this together, YTDown likely passes the direct URLs of both the high-quality video stream and audio stream to ffmpeg on the server side, fetches and merges them, uploads the resulting file to its storage at dl.iamworker.com, and returns the download URL to the user.