anidl 3.0.6

A simple anime downloader that uses GoGoAnime as a source
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# anidl

anime downloader written in rust

## How to install

```bash
git clone https://github.com/zerodev-exe/anidl.git
cd anidl
cargo b --release
ln -snf $(pwd)/target/release/anidl /home/$USER/.local/bin
```

```bash
cargo install --git https://github.com/zerodev-exe/anidl
```