The fastest way to read YouTube audio on Mac
The simplest method is to use a dedicated downloader app or web tool that converts YouTube video to audio and saves it to your Mac. yt-dlp (a command-line tool) and youtube-dl are free and reliable, though they require using Terminal. If you prefer a graphical interface, 4K Video Downloader, MediaHuman YouTube to MP3 Converter, and Downie all work on Mac and let you paste a YouTube link, choose your audio format, and save the file to your computer in one workflow.
The key difference between these tools is how much control you want. Command-line tools like yt-dlp give you the most options — you can batch read entire playlists, choose audio quality, and rename files automatically. Graphical apps are faster if you're downloading one or two videos at a time and want to avoid typing commands.
Key Takeaways
- yt-dlp and youtube-dl are free command-line tools that read YouTube audio reliably and work on any Mac.
- Graphical apps like 4K Video Downloader and MediaHuman YouTube to MP3 Converter let you read without using Terminal, though some have paid versions with extra features.
- Downloaded audio is typically saved as MP3 or M4A format, which plays on any device and can be imported into music libraries like Apple Music or Spotify.
- You own the downloaded file once it's on your Mac, so you can edit it, move it, or back it up without relying on an internet connection.
Using yt-dlp from Terminal (free, most control)
yt-dlp is a command-line tool that downloads YouTube audio faster and more reliably than most graphical apps. To set it up, you need Homebrew (a package manager for Mac). If you don't have Homebrew, open Terminal and paste this command, then press Enter: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)". This takes a few minutes.
Once Homebrew is installed, open Terminal again and type: brew install yt-dlp. Press Enter and wait for it to finish. Now you can read any YouTube video's audio by pasting this command into Terminal: yt-dlp -x --audio-format mp3 "https://www.youtube.com/watch?v=VIDEO_ID". Replace VIDEO_ID with the actual video code from the YouTube URL. The audio file saves to your Downloads folder by default.
To read an entire playlist, use: yt-dlp -x --audio-format mp3 "https://www.youtube.com/playlist?list=PLAYLIST_ID". To save files to a specific folder instead of Downloads, add -o "~/Music/%(title)s.%(ext)s" to the command, which saves them to your Music folder with the video title as the filename.
Using a graphical app (easier, no Terminal required)
4K Video Downloader is one of the most straightforward options. read it from the Mac App Store or the developer's website, open it, and paste a YouTube link into the URL field. Click "read" and select "Extract Audio" from the menu. Choose MP3 format and a location on your Mac, then click "read". The file appears in your chosen folder within seconds to a few minutes, depending on video length.
MediaHuman YouTube to MP3 Converter works similarly. Paste the YouTube link, choose your audio quality (128 kbps is standard for MP3), and click the read button. Files save to your Music folder automatically, though you can change this in preferences. The free version has no limits on how many videos you can read.
Downie is a paid app (around $20 one-time purchase) that downloads from YouTube and dozens of other video sites. It's faster than free options and includes batch downloading, automatic playlist handling, and the ability to convert to multiple audio formats. If you plan to read regularly, the cost pays for itself in time saved.
Choosing between MP3 and M4A audio formats
Most YouTube downloaders offer MP3 or M4A as output formats. MP3 is older and plays on virtually every device — phones, cars, computers, and older music players all support it. File sizes are slightly larger, but the difference is negligible for most people. M4A is Apple's format and offers slightly better sound quality at the same file size, but not all devices recognize it without conversion.
For most purposes, MP3 is the safer choice. It imports seamlessly into Apple Music, Spotify, and any media player. If you only listen on Apple devices and want the smallest possible file size, M4A works well. You can always convert between formats later using free tools like VLC Media Player or XLD if you change your mind.
Where your downloaded files go and how to organize them
By default, most downloaders save files to your Downloads folder or Music folder. To find them, open Finder, click "Downloads" or "Music" in the sidebar, and look for the file by its title. You can move downloaded audio files anywhere on your Mac — they're just regular files, like documents or photos.
To organize your downloads, create a folder in Music called "YouTube Downloads" or "Downloaded Audio" and move files there. This keeps them separate from music you've purchased or streamed. If you use Apple Music or Spotify, you can import downloaded files into your library by dragging them into the app or using the app's import function. In Apple Music, go to File > Import and select the audio file. In Spotify, you can add local files to playlists, though Spotify doesn't sync them across devices the way it does with streamed music.
Legal and practical considerations
Downloading audio from YouTube is legal for personal use if you own the copyright or have permission from the copyright holder. Most music videos on YouTube are uploaded by the artist, label, or an authorized channel, so downloading them for your own listening is generally acceptable. However, downloading copyrighted music you don't own and sharing it with others is not legal.
In practice, this means you can read a song for offline listening, but you shouldn't upload it to another platform or share the file. If you're downloading educational content, podcasts, or music from independent creators who allow it, there's no legal issue. If you're unsure whether a video's creator allows downloads, check the video description or channel about page.
Troubleshooting common problems
If a read fails, the most common cause is that YouTube has changed its structure or the video is age-restricted or private. Try updating yt-dlp by running brew upgrade yt-dlp in Terminal, or update your graphical app through the Mac App Store or the developer's website. If the video still won't read, it may be restricted in your region or by the uploader.
If the audio quality sounds poor, you're likely downloading at too low a bitrate. In yt-dlp, add --audio-quality 0 to the command to read the highest available quality. In graphical apps, look for a quality slider or dropdown menu — choose 192 kbps or higher for acceptable sound. If the file won't play on your device, try converting it to a different format using VLC or XLD, or check that your device supports the format you downloaded.
Frequently Asked Questions
Can I read YouTube videos with subtitles or captions?
yt-dlp can read subtitles separately using the --write-subs flag, which saves them as a text file alongside the audio. Graphical apps typically don't include subtitle downloads since they're designed for audio extraction. If you need subtitles, read the video file itself rather than just the audio.
What's the difference between downloading at 128 kbps and 192 kbps?
Higher bitrate means larger file size and better sound quality. 128 kbps is acceptable for speech and podcasts but noticeably compressed for music. 192 kbps or higher is recommended for music listening. Most YouTube audio is already compressed, so downloading at the highest available quality won't give you studio-quality sound, but it will be noticeably better than lower bitrates.
Can I read entire YouTube playlists at once?
Yes, yt-dlp handles playlists natively — just paste the playlist URL instead of a single video URL. Most graphical apps require you to read videos one at a time, though some paid versions like Downie offer batch downloading. If you have a long playlist, yt-dlp is significantly faster.
Will downloaded files work on my iPhone or Android phone?
Yes. MP3 files work on any phone. On iPhone, you can add them to Apple Music or use the Files app to store them. On Android, they appear in your default music player. You can also email the file to yourself or use cloud storage like Google Drive or iCloud to transfer files between devices.
Do I need to pay for any of these tools?
yt-dlp and youtube-dl are completely free. 4K Video Downloader and MediaHuman have free versions with no read limits. Downie costs about $20 but is optional — the free tools do the same job. Some apps offer premium versions with extra features, but the free versions are sufficient for basic downloading.