- Overview
- Features
- System Requirements
- Installation
- Usage
- Videos
- Configuration
- Uninstalling the Application
- Build the Application
This is a Node.js-based anime & manga downloader that allows you to download anime episodes in bulk, quickly, and from the multiple sources. Additionally, it has the functionality to automatically add the downloaded anime to your MyAnimeList plan-to-watch list. The downloader supports both dubbed (dub) and subtitled (sub) versions for anime. For manga, it downloads chapters from Mangasee123 and saves them in cbz format.
- Bulk Downloading: Download multiple anime episodes and manga chapters in one go.
- Fast and Efficient: Enjoy a ridiculously efficient, fast, and light-weight downloader.
- Dub and Sub Options: Download either dubbed or subtitled versions based on your preference for anime.
- MyAnimeList Integration: Automatically add downloaded anime to your MyAnimeList plan-to-watch list.
- Manga Downloading: Download manga chapters from Mangasee123 in cbz format.
- Operating System: Windows (Support for other platforms coming soon)
- Go to Anime-Manga Batch Downloader Releases
- Download
StrawVerse.exe
- Run it and enjoy
- Run
StrawVerse.exe
. - Search through the anime or manga list and download what you like.
- See progress in downloads.
- Anime episodes will be downloaded in the folder where you have stored
StrawVerse.exe
. - Manga chapters will be saved as cbz files in the designated folder.
2024-03-31.02-15-26.mp4
2024-03-31.01-03-53.mp4
- Connect your MyAnimeList account via authorization.
- Select what you want to do with new anime or manga (e.g., add to plan-to-watch or plan-to-read).
- Select custom quality.
- Provider Options: Hianime & AnimePahe
- Hianime Subtitle Downloads: Hianime supports subtitle downloads, and users can select to download subtitles in a folder or merge them with video.
To delete the application, navigate to the following directory:
C:\Users\USERNAME\AppData\Local\Programs\StrawVerse
Then, run Uninstall StrawVerse.exe
.
Follow these steps to build application:
-
Download and install Node.js:
-
Download and install Git:
-
Download and install Python
-
Windows Build Tools (Windows only, required for node-gyp)
npm install --global windows-build-tools
-
Clone the repository:
git clone https://github.com/TheYogMehta/StrawVerse.git
-
Navigate to the project directory:
cd StrawVerse/src
-
Install dependencies:
npm install
-
For Building the application:
npm run package
-
Run the application for testing:
npm run start
- Build: Creates an executable .exe file for Windows.
- Start: Runs the app locally in the Electron environment without building an executable.
- Ensure that your system has the latest versions of Node.js and Git installed for compatibility.
- If you encounter any issues open an issue.