Anime Downloader
Wasari is a tool for downloading anime from various sources, and transcoding them to a format that is supported by most media players.
- 📺 Crunchyroll Support
- ⭐ Anime4K Support
- 📝 Soft subs encoding
- ⬇️ Download queue
- 🚄 HEVC Transcoding (With NVIDIA and AMD AMF Hardware Acceleration support)
- FFmpeg (Master build recommended, for full Anime4K support)
- YT-DLP
Wasari can be used as a CLI tool, or as a Docker container (as an API).
To use the CLI tool, you can download the latest release from the releases page and run it using the following command:
.\Wasari.Cli <Series-URL> -o <Output-Directory>
You can check the full supported arguments list using the --help
argument.
To utilize the Docker container, you can retrieve the most recent image from Docker Hub. By exposing port 80, you can access the API through the /media/download
endpoint. To test the API, you can utilize Swagger UI, which is accessible at the /swagger
endpoint.