Skip to content

Incredibleflamer/Anime-batch-downloader-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💻 Support Windows Only For Now

Table of Contents 📖


Overview

This is a Node.js-based anime & manga downloader that allows you to download anime episodes in bulk, quickly, and from the gogo source. 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 PDF format.

Features

  • 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 PDF format.

System Requirements

  • Operating System: Windows (Support for other platforms coming soon)

Installation

  1. Go to Anime-Manga Batch Downloader Releases
  2. Download animedownloader.exe
  3. Run it and enjoy

Usage

  1. Run animedownloader.exe.
  2. Search through the anime or manga list and download what you like.
  3. See progress in downloads.
  4. Anime episodes will be downloaded in the folder where you have stored animedownloader.exe.
  5. Manga chapters will be saved as PDF files in the designated folder.

Videos

How to download animedownloader.exe?

2024-03-31.02-15-26.mp4

How to download anime from animedownloader.exe?

2024-03-31.01-03-53.mp4

Configuration

  1. Connect your MyAnimeList account via authorization.
  2. Select what you want to do with new anime or manga (e.g., add to plan-to-watch or plan-to-read).
  3. Select custom quality.
  4. Provider Options: Gogo & Zoro
  • Zoro Subtitle Downloads: Zoro supports subtitle downloads, and users can select to download subtitles in a folder or merge them with video.

Uninstalling the Application

To delete the application, navigate to the following directory:

C:\Users\USERNAME\AppData\Local\Programs\animedownloader

Then, run Uninstall animedownloader.exe.


Build the Application

Follow these steps to build application:

Prerequisites

  1. Download and install Node.js:

  2. Download and install Git:

Steps to Build

  1. Clone the repository:

    git clone https://github.com/Incredibleflamer/Anime-batch-downloader-gui.git
  2. Navigate to the project directory:

    cd Anime-batch-downloader-gui/src
  3. Install dependencies:

    npm install
  4. For Building the application:

    npm run package
  5. Run the application for testing:

    npm run start

Notes

  • 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.