A quick tool to download YouTube videos as music file.
Simply put each YouTube link after the command:
yt-music "https://www.youtube.com/watch?v=4uqONJT6G-M" "https://www.youtube.com/watch?v=iKfQqb3jPKQ"
By default, files will be downloaded to user's Download folder as .m4a files.
To change the default behaviors, you can use -o
/--output
to specify a output directory, and -f
/--format
to specify a output format:
yt-music "https://www.youtube.com/watch?v=4uqONJT6G-M" -o "~/Home" -f mp3
The package can be installed via Homebrew. Once Homebrew is installed, you can use the command to install:
brew tap ranoiaetep
brew install yt-music