Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
/ Wasari Public archive

Downloads anime episodes

License

Notifications You must be signed in to change notification settings

redbaty/Wasari

Repository files navigation

⚠️ Crunchyroll has apparently gone DRM only, this project is not working at the moment.

Anime Downloader

Build Status Latest version

Introduction

Wasari is a tool for downloading anime from various sources, and transcoding them to a format that is supported by most media players.

Features

  • 📺 Crunchyroll Support
  • ⭐ Anime4K Support
  • 📝 Soft subs encoding
  • ⬇️ Download queue
  • 🚄 HEVC Transcoding (With NVIDIA and AMD AMF Hardware Acceleration support)

ℹ️ Getting Started

⚠️ Prerequisite

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.

👍 Credits

  • FFmpeg - For video decoding/transcoding
  • YT-DLP - For video downloading
  • CliFx - For arguments parsing