(In partnership with http://simple-anime.herokuapp.com/)
The front-end for the anime-dl project
Though internet is available nearly everywhere, what happens, when, say, it drops for a week? What happens if power is gone for a week?
You lose access to all the content within the internet; novels, tv shows, movies. With the popularity of subscription services and licensing, more and more content is being hosted entirely online, without the ability to download or archive it.
This is also a huge problem within the software and gaming industries as a whole; a large reliance on online drm has ruined offline gaming and productivity.
The goal here is to provide a solution related to online media, when there's no internet.
We want to ship a lightweight and expandable executable via NimScript, which will allow you to download and store media locally from, virtually, any site with a bit of work.
If you share our vision, feel free to head over to ADLCore, the backbone of this project. Or, feel free to contribute here too.
Have any ideas or an issue? Feel free to create an issue or talk to us in the Discord.
SITE | Search | Download |
---|---|---|
NovelHall [Novel] | YES | YES |
LightNovelPub | (WIP) | (WIP) |
VidStream [Anime] | YES | YES |
HAnime [Hentai] | YES | YES |
MangaKakalot [Manga] | YES | YES |
NOVELS | VIDEO | MANGA |
---|---|---|
NovelHall | VidStream | MangaKakalot |
LightNovelPub | HAnime |
Download the latest release from the releases page
Requirements:
- nim >= 1.6.6
- nimble (should come preinstalled with nim)
- git
- OpenSSL
- Linux:
sudo pacman -S openssl
sudo apt install openssl
- Windows:
- Linux:
(Modification required for Windows Building)
1. Clone the repo
git clone https://github.com/vrienstudios/anime-dl.git && cd anime-dl
2. Install required nim modules:
nimble installdeps
3. Build with SSL support:
nimble build -d:ssl
It should be self explanatory, if you use the UI by simply executing the executable.