An open API service indexing awesome lists of open source software.

https://github.com/assafmo/ad7

Command line downloader from addic7ed.com
https://github.com/assafmo/ad7

addic7ed cli command-line downloader subtitles

Last synced: about 1 year ago
JSON representation

Command line downloader from addic7ed.com

Awesome Lists containing this project

README

          

# ad7

Command line downloader for subtitles from addic7ed.com.

[![npm version](https://badge.fury.io/js/ad7.svg)](https://badge.fury.io/js/ad7)

## 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

```bash
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](/LICENSE)