0.6.1 • Published 6 years ago

muzier-cli v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

muzier-cli

The muzier command line interface to download mp3 from Youtube.

Dependency

You need to have youtube-dl and ffmpeg installed.

Installation

yarn global add muzier-cli

Usage

muzier [-y] [-dry]

The command will prompt you to answer some questions, like output directory, youtube api key and youtube playlist ID. Then it will simply start downloading.

Note that when there are already some of the tracks downloaded in the output directory (like when you want to download more a few days later), the program will just download the newly added tracks by the exact order in your playlist.

  • -y: Use default for all configuration questions. It will still prompt if there is no data being set.
  • -dry: Dry run to just display the list to be downloaded. Useful when confirming the files going to be downloaded.

Author

Kai Hao

License

MIT