0.1.9 • Published 7 years ago

legtv v0.1.9

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

legtv

Build Status

Unofficial Legendas TV CLI.

Installation

Usage

legtv "the walking dead"

Development run

yarn start "the walking dead"
rm *.srt                            # remove all subtitiles from dir since it downloads to current dir.

Build

yarn build

An executable will be built inside releases folder. Run with releases/legtv "the walking dead"

Test

LEGENDAS_TV_USERNAME=<username> LEGENDAS_TV_PASSWORD=<password> yarn test

Release

npm version patch | minor | major && npm publish && git push && git push --tags && yarn release