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
- Host: GitHub
- URL: https://github.com/assafmo/ad7
- Owner: assafmo
- License: mit
- Created: 2017-12-18T20:17:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T06:43:36.000Z (over 4 years ago)
- Last Synced: 2025-03-16T01:28:14.851Z (about 1 year ago)
- Topics: addic7ed, cli, command-line, downloader, subtitles
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ad7
Command line downloader for subtitles from addic7ed.com.
[](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)