Skip to content

assafmo/ad7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line downloader from addic7ed.com

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published