Skip to content

calimaborges-drafts/legtv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legtv

Build Status

Unofficial Legendas TV CLI.

legtv demo

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