Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T16:22:39.000Z (about 1 month ago)
- Last Synced: 2024-11-18T17:49:57.282Z (about 1 month ago)
- Topics: anime, cli
- Language: JavaScript
- Size: 687 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# anime-dl-cli
[![npm version](https://img.shields.io/npm/v/anime-dl-cli.svg?style=flat-square)](https://www.npmjs.com/package/anime-dl-cli)
[![npm downloads](https://img.shields.io/npm/dm/anime-dl-cli.svg?style=flat-square)](https://www.npmjs.com/package/anime-dl-cli)
[![dependency Status](https://img.shields.io/david/lgaticaq/anime-dl-cli.svg?style=flat-square)](https://david-dm.org/lgaticaq/anime-dl-cli#info=dependencies)
[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/anime-dl-cli.svg?style=flat-square)](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)