Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwyu authored Apr 25, 2024
1 parent 242815e commit 7d4a6f0
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Anime-dl 動畫下載 ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rkwyu/anime-dl/main) [![Coverage Status](https://coveralls.io/repos/github/rkwyu/anime-dl/badge.svg?branch=main)](https://coveralls.io/github/rkwyu/anime-dl?branch=main)
# Anime-dl 動畫下載 [![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rkwyu/anime-dl/main) [![Coverage Status](https://coveralls.io/repos/github/rkwyu/anime-dl/badge.svg?branch=main)](https://coveralls.io/github/rkwyu/anime-dl?branch=main)

[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)

## ▶️ About ##
A tool to get anime from different websites with CLI (Command Line Interface).
## About ##
A tool to get anime from different websites with CLI (Command Line Interface) and webui.
It currently supports following websites:
- [x] [anime1.in](https://anime1.in/)
- [x] [anime1.me](https://anime1.me/)
Expand All @@ -16,11 +15,11 @@ Pending to supports:
- [ ] [kickassanime.mx](https://www1.kickassanime.mx/)
- [ ] [iyinghua.io](http://www.iyinghua.io/)

## ▶️ Prerequisites ##
## Prerequisites ##
To running this tool, please make sure the following prerequisites are ready:
- FFmpeg ([https://www.ffmpeg.org/](https://www.ffmpeg.org/))

## ▶️ Setup ##
## Setup ##
1. Download repository
```console
git clone https://github.com/rkwyu/anime-dl
Expand All @@ -31,12 +30,12 @@ cd ./anime-dl
python -m pip install -r requirements.txt
```

## ▶️ Usage (CLI) ##
## Usage (CLI) ##
```console
python run.py {URL}
```

#### ▶️ Example ####
#### Example ####
《Chainsaw Man Season 1》,
- Series ([https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu](https://www.xgcartoon.com/detail/dianjurenriyu-tengbenshu))
- Episode 1 ([https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriyu-tengbenshu&chapter_id=vRsDVLPPou](https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriyu-tengbenshu&chapter_id=vRsDVLPPou))
Expand All @@ -51,7 +50,7 @@ Download episode 1:
python run.py https://www.xgcartoon.com/user/page_direct?cartoon_id=dianjurenriyu-tengbenshu&chapter_id=vRsDVLPPou
```

## ▶️ Usage (WebUI) ##
## Usage (WebUI) ##
```console
python webUI.py
```
Expand All @@ -64,5 +63,5 @@ To create a public link, set `share=True` in `launch()`.
![anime-al screenshot](docs/screenshot.png?raw=true "anime-al")


## ▶️ License ##
## License ##
[GNU GPL v3.0](LICENSE.md)

0 comments on commit 7d4a6f0

Please sign in to comment.