0.0.1 • Published 9 years ago

yayd v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

yayd - Yet Another Youtube (Music) Downloader

Download music files from Youtube and readily convert them to mp3, pure node style ;)

TODO

  • Release the project as npm module
  • Code clean-up and better logging/error handling
  • Localization

Dependencies

  • node (v0.12)
  • node-fluent-ffmpeg (you must follow the setup described here)
  • python v2.7

npm install in folder should get all dependencies.

Usage

node index.js --links [file with Youtube links for your video songs] --outdir [directory where your mp3s will be]

In doubt, run node index.js -h (or --help)