Extension Icon

YouTube Downloader

Download YouTube video from Raycast
AvatarVictor Navarro
15,927 Installs

YouTube Downloader

Download YouTube videos with Raycast.

youtube-downloader-1.png

Installation

To use this extension, you must have ffmpeg installed on your machine.

The easiest way to install this is using Homebrew. After you have Homebrew installed, run the following command in your terminal:

brew install ffmpeg@6

Depending on your macOS version, the package might be located in a different path than the one set by the extension. To check where ffmpeg was installed, run:

which ffmpeg

Then, update the path in the extension preferences to match the output of the above command.

You'll also need ffprobe, which is usually installed with ffmpeg. Just run which ffprobe and update the path accordingly.