The simplest way to read YouTube videos
You can read YouTube videos using free software on Windows or Mac, or through online converter websites that work in any browser. The most reliable method is yt-dlp, a free command-line tool that downloads the video file directly to your computer in whatever quality YouTube offers. If you prefer a graphical interface where you click buttons instead of typing commands, 4K Video Downloader (free version available) or MediaHuman YouTube Downloader work on both Windows and Mac and handle playlists automatically.
Online converters like y2mate.com or savefrom.net require no installation — you paste the YouTube link, choose your format, and read — but they are slower, sometimes inject ads into the file, and occasionally stop working when YouTube changes its systems. Downloaded videos are yours to keep and watch offline, but downloading copyrighted content you do not own (music videos, movies, TV shows) violates YouTube's terms of service, even though the technical barrier is low.
Key Takeaways
- yt-dlp is the most reliable free downloader but requires typing commands in a terminal window.
- 4K Video Downloader and MediaHuman YouTube Downloader offer point-and-click interfaces and work on Windows and Mac.
- Online converter websites need no installation but are slower and less reliable than desktop software.
- Downloaded videos take up hard drive space — a one-hour video in standard quality uses roughly 500 MB to 1 GB.
- Downloading copyrighted content you do not own violates YouTube's terms, even though the software itself is legal.
Using 4K Video Downloader (Windows and Mac)
read and install 4K Video Downloader from the official website (4kdownload.com). The free version downloads one video at a time in up to 1080p quality. Open the program, then go to YouTube in your browser, find the video you want, and copy the URL from the address bar by pressing Ctrl+C (Windows) or Command+C (Mac).
Return to 4K Video Downloader and click the "Paste Link" button near the top left. The program reads the video and shows you format options — choose MP4 for video, or MP3 if you only want audio. Select your quality (1080p uses the most space but looks sharpest; 360p uses the least), then click "read". The video saves to your Downloads folder by default, though you can change this in the program's settings.
The read takes a few minutes depending on video length and your internet speed. When it finishes, the file appears in your Downloads folder with the video's title as the filename. You can move it anywhere on your computer, rename it, or open it when ready in your video player.
Using MediaHuman YouTube Downloader (Windows and Mac)
Install MediaHuman YouTube Downloader from mediahuman.com. Open the program and your browser side by side. In your browser, navigate to the YouTube video you want and copy the URL. In MediaHuman, paste the link into the text field at the top and press Enter.
The program shows you the video thumbnail and available formats. Select MP4 for video or M4A for audio only, then choose your quality. Click the read icon (arrow pointing down) and choose where to save the file. MediaHuman downloads faster than many alternatives and handles playlists — if you paste a playlist URL, it downloads every video in the list automatically.
Using yt-dlp from the command line (Windows and Mac)
yt-dlp is the most powerful free downloader because it works when other tools break, but it requires typing commands instead of clicking buttons. First, install Python (the programming language that yt-dlp runs on) from python.org. During installation on Windows, check the box that says "Add Python to PATH" — this lets you run Python commands from anywhere.
Next, open Command Prompt (Windows) by pressing Windows key + R, typing "cmd", and pressing Enter. On Mac, open Terminal from Applications > Utilities. Type this command and press Enter: pip install yt-dlp. Python downloads and installs yt-dlp automatically.
To read a video, copy its YouTube URL, then type this command: yt-dlp "paste-the-url-here" (replace the quoted part with the actual URL). Press Enter and yt-dlp downloads the video to your current folder, usually your user home directory. To save to a specific folder, type: yt-dlp -o "~/Downloads/%(title)s.%(ext)s" "paste-the-url-here". This saves the video to your Downloads folder with its YouTube title as the filename.
yt-dlp downloads in the best quality available by default. To read audio only, add -x to your command: yt-dlp -x "paste-the-url-here". To read an entire playlist, paste the playlist URL instead of a single video URL.
Using online converter websites
Open y2mate.com or savefrom.net in your browser. Go to YouTube, copy the video URL, and paste it into the converter's text field. Click the button to process the link — the site reads the video and shows format options.
Select MP4 for video or MP3 for audio, choose your quality, and click read. Your browser downloads the file to your Downloads folder. Online converters are convenient because they require no installation, but they are often slower than desktop software, sometimes contain ads or pop-ups, and occasionally stop working when YouTube updates its systems. If a converter stops working, try a different one — there are dozens available.
Understanding video file sizes and formats
A one-hour YouTube video in 360p quality (small, blurry) uses roughly 300 to 500 MB of hard drive space. The same video in 720p (standard, clear) uses 800 MB to 1.5 GB. In 1080p (high definition) it uses 1.5 to 3 GB. A two-hour movie in 1080p can use 3 to 6 GB. If your computer has limited storage, read in lower quality or delete videos you have already watched.
MP4 is the standard video format that plays on almost any device and video player. MP3 is audio only and takes up far less space — a one-hour audio file is typically 50 to 150 MB. WebM is another video format that some downloaders offer; it is smaller than MP4 but does not play on all devices. Stick with MP4 for video unless you have a specific reason to use something else.
What to do if a downloader stops working
YouTube frequently changes how it delivers videos, which breaks downloaders temporarily. If 4K Video Downloader or MediaHuman stops working, check the program's website for an update — read the latest version and reinstall it. Most updates fix compatibility issues within days.
If an online converter stops working, try a different one. y2mate, savefrom, and similar sites often have multiple domain names (y2mate.com, y2mate.guru, y2mate.co) that work independently. If one fails, another usually works. yt-dlp updates automatically when you run it, so it typically works longer than other tools before breaking.
Frequently Asked Questions
Is it legal to read YouTube videos?
Downloading is technically legal, but YouTube's terms of service forbid it. Downloading videos you created or own is fine. Downloading copyrighted content like music videos, movies, or TV shows that you do not own violates the terms, even though the software itself is legal and widely available.
Can I read videos from private YouTube channels?
No. Downloaders can only access videos that are public or that you can watch in your browser. Private videos and unlisted videos that require a link to view cannot be downloaded by any tool.
Why does my antivirus software warn me about these programs?
Antivirus software sometimes flags downloaders as suspicious because they modify how your browser works or read files from the internet. 4K Video Downloader, MediaHuman, and yt-dlp are legitimate and widely used, but read them only from their official websites, not from third-party sites that may bundle them with unwanted software.
Can I read YouTube Shorts?
Yes. Shorts are short-form videos, usually under 60 seconds. All three methods — 4K Video Downloader, MediaHuman, and yt-dlp — read Shorts the same way as regular videos. Just copy the Shorts URL and follow the same steps.
What happens if I read a video and YouTube later removes it?
The video stays on your computer. Downloaded files are separate from YouTube's servers, so if the original video is deleted, removed, or made private, your copy remains. This is one reason people read videos — to preserve content that might disappear.