Crates.io | mahou |
lib.rs | mahou |
version | 0.1.3 |
source | src |
created_at | 2023-04-29 03:25:35.818381 |
updated_at | 2023-05-03 23:40:56.815657 |
description | Magically easy anime downloads |
homepage | |
repository | https://github.com/LeoRiether/mahou |
max_upload_size | |
id | 851832 |
size | 109,108 |
Either download the latest release and run the executable, or build it from source by running
cargo install mahou
mahou
That's it! If it doesn't find the mahou
executable, try adding ~/.cargo/bin
to your $PATH
.
You should also set an alias for mahou with your preferred settings, for example:
# ~/.bashrc
alias mahou="mahou --res 1080p --directory $HOME/Downloads"
You can configure mahou to automatically download anime without user input, for example to download the latest episode of a show in a cronjob. To do this, you're going to have to use almost every flag:
mahou --search "Name of the show" --episode latest \
--res 1080p --directory $HOME/Downloads/Seasonal \
--filter "holland ipv6" --download-first
Heavily inspired by anime-cli (if it was a library I would have used it instead of... copying code from it... :/)