https://github.com/lgaticaq/anime-dl-cli
CLI for show and download anime from jkanime.net
https://github.com/lgaticaq/anime-dl-cli
anime cli
Last synced: 12 months ago
JSON representation
CLI for show and download anime from jkanime.net
- Host: GitHub
- URL: https://github.com/lgaticaq/anime-dl-cli
- Owner: lgaticaq
- License: mit
- Created: 2016-03-20T03:39:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T23:42:56.000Z (12 months ago)
- Last Synced: 2025-07-12T02:32:51.087Z (12 months ago)
- Topics: anime, cli
- Language: JavaScript
- Size: 563 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# anime-dl-cli
[](https://www.npmjs.com/package/anime-dl-cli)
[](https://www.npmjs.com/package/anime-dl-cli)
[](https://david-dm.org/lgaticaq/anime-dl-cli#info=dependencies)
[](https://david-dm.org/lgaticaq/anime-dl-cli#info=devDependencies)
> CLI for show and download anime from jkanime.net
## Installation
```bash
npm i -g anime-dl-cli
```
## Use
For streamng require [mpv](https://mpv.io/). For download require [wget](https://www.gnu.org/software/wget/).
```bash
anime-dl -a -c
anime-dl -a -c -k # play in mpv
anime-dl -a -c -d # download in current directory
anime-dl -a -c -d # download in a directory
```
## License
[MIT](https://tldrlegal.com/license/mit-license)