ani-dl 1.2.0

Download and watch animes in VF and VOSTFR (aka french versions)
# Demo

[![asciicast](https://github.com/B0SEmc/ani-dl/raw/master/demo.svg)](https://asciinema.org/a/tk9KzxVeL42SZaKQ32i3oQQ58)

# Dependencies

[yt-dlp](https://github.com/yt-dlp/yt-dlp)
[mpv](https://mpv.io/)

# Installation

<details>
  <summary>Arch (AUR)</summary>
  
  ```bash
  yay -S ani-dl
  ```
</details>
<details>
  <summary>Scoop (Windows)</summary>
  
  ```bash
  scoop bucket add sendus https://github.com/S3nda/Sendus
  scoop install ani-dl
  ```
</details>
<details>
  <summary>Cargo</summary>
  
  ```bash
  cargo install ani-dl
  ```
</details>

# Build
```bash
git clone https://github.com/B0SEmc/ani-dl.git
cd ani-dl
cargo build --release
```
# Thanks

Thanks to [@S3nda](https://github.com/S3nda) for making the scraper (private).