0.2.3 • Published 5 years ago

ad7 v0.2.3

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

ad7

Command line downloader for subtitles from addic7ed.com.

npm version

Installation

npm install -g ad7

Options

Usage: node main.js [options]

Options:
  --lang: Subtitles languege or code (case insensitive)
    (default: "eng")
  --show: Show name
    (default: "")
  --s: Season
    (default: -1)
    (a number)
  --e: Episode
    (default: -1)
    (a number)
  --[no]hi: Hearing impaired
    (default: false)

Usage examples

ad7 --show "the flash" --s 4 --e 8
ad7 --show "the flash" --s 4 --e 8 --lang english
ad7 --show "the flash" --s 4 --e 8 --hi
seq 1 4 | xargs -n 1 ad7 --show "the flash" --s 4 --e

License

MIT

0.2.3

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago