0.3.0 • Published 5 years ago

pully-svc v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

pully-svc

Youtube channel and playlist auto-downloader!

Build Status Code Coverage Dependencies DevDependencies npm Monthly Downloads Total Downloads

More Details - Coming Soon!

Usage:

pully-svc init # creates a default config file at cwd called ./pully.conf.json

pully-svc init -c ./special.json # creates a default config file called ./special.json

pully-svc # starts the service with the config ./pully.conf.json

pully-svc -c ./special.json # starts the service with the config at ./special.json

Features:

  • Simple JSON configuration, with global and per-feed customization.
  • Simple command line (two commands, one argument).
  • Periodically checks channels and/or playlists for new videos.
  • Downloads complete metadata, contains internal database of video information.

Contribute

  1. Fork it
  2. npm i
  3. npm run watch
  4. Make changes and write tests.
  5. Send pull request! :sunglasses:

License:

MIT