@fubsepude Stash is great for this - Mac native, uses yt-dlp under the hood, exports to MP3/FLAC. Also check out Open Video Downloader (electron-based, accessible UI).
If you're comfortable with CLI: yt-dlp -x --audio-format mp3 URL is all you need. The -x flag extracts audio and converts automatically.
#yt-dlp #VideoDownloader


