Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 588 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 588 Bytes

autosub

Dependency Status

NodeJS App to download Subtitles (In Progress ...)

Sumary

Create module for download subtitle for Series and Films.

Plugin

Usage

Stable

sudo npm install autosub -g
autosub <filename>

Source

sudo npm install git/....
autosub <filename>

Dev

Source

Test

Create a file : test/support/local-test.yaml

OpenSub:
  user: <USER>
  password: <PASS>

Run Test

make test
# or watch
make test-w