The front-end for the anime-dl project
Embtaku is down & Only certain sites work (see status)
It may take awhile before I implement a new anime or movie site, since I don't consume this content that much anymore.
Every now and then I will come back and continue working on adding a new anime site; to see current progress, look at issues.
I forgot this, when I redesigned the project, but I will re-add the manga downloader over the weekend--
The backing library: ADLCore
Have any ideas or an issue? Feel free to create an issue or talk to us in the Discord
SITE | Search | Download |
---|---|---|
[Novel] | ||
NovelHall.com | YES | YES |
Shuba | WIP | WIP |
RoyalRoad.com | NO | YES |
[Manga] | ||
MangaKakalot.com | WIP | WIP |
[Anime] | X | X |
booster | WIP | WIP |
animeid.live (Espanol) | NO | YES |
[NSFW] | ||
HAnime.tv | YES | YES |
Download the latest release from the releases page
Requirements:
- nim >= 1.6.6
- nimble (should come preinstalled with nim)
- git
- OpenSSL
- Linux:
- (Arch-based)
sudo pacman -S openssl
- (Debian-based)
sudo apt install openssl
- (Arch-based)
- Windows (If you don't want to use the ones we provide):
- Linux:
1. Clone the repo
git clone https://github.com/vrienstudios/anime-dl.git && cd anime-dl
2. Install required nim modules:
Note: It is recommended you to check out the dependencies in the nimble file before doing this.
nimble installdeps
3. Build with these commands:
nimble build -d:ssl --threads:on
There are two ways to use the program--
You can simply execute the executable and follow the prompts, or you can follow the instructions below for simpler usage.
Note: The documentation on the program arguments are subject to change and are not encompassing.
Help:
./animeDL selector options
./animeDL ani -d -c HAnime -res x720 -url url
./animeDL ani -d -c vidstreamAni -res 1920x1080 -url url
(Selectors)
ani (Denominates video)
nvl (Denominates text)
mng (Denominates pictures)
(Options)
-d (specifies to download)
-lim num:num (limit the amount of episodes/chapters)
-c name (Set a custom downloader, useful for scripts)
-dblk (specify to download more than one episode)
-res wxh (Can be buggy at times)