Skip to content

A set of tools for downloading stuff from nhentai. very basic ones. but they do the trick

Notifications You must be signed in to change notification settings

wirytiox/Nhentai-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Manga to CBZ Converter - Tutorial

This tool converts manga image folders into .cbz files. It scans the input directory, converts each manga folder, and saves the .cbz files into an output directory.

How It Works:

  1. Input Directory: The program detects all subfolders (each containing images of a manga) in the specified input path.

    • Example:
      D:/PATHWITHMANGAS/
        ├── Manga1/
        ├── Manga2/
        └── Manga3/
      

    Each folder (e.g., Manga1, Manga2, etc.) is converted into a .cbz file.

  2. Output Directory: The .cbz files will be saved in the output path you specify.

    • Example:
      D:/pathwithCBZ/
        ├── Manga1.cbz
        ├── Manga2.cbz
        └── Manga3.cbz
      

Steps:

  1. Prepare Input Directory:

    • Place your manga folders inside a main folder. The program will scan and convert each subfolder.
    • Example structure:
      D:/PATHWITHMANGAS/
        ├── OnePiece/
        ├── Naruto/
        └── Bleach/
      
  2. Prepare Output Directory:

    • Create an empty folder where .cbz files will be saved.
    • Example:
      D:/pathwithCBZ/
      
  3. Run the Program:

    • Select the input and output directories when prompted by the program.
    • The program will create .cbz files from the manga folders and save them in the output directory.
  4. Automatic Skipping:

    • If a .cbz file already exists in the output directory for a given folder, the program will skip converting that folder.

That's it! Now your .cbz files will be ready in the output folder.

Auto Link Appender & Downloader

https://github.com/wirytiox/Download-Companion A Chrome extension to quickly append URLs and download files from nhentai with a single click.

Features

  • Auto Download: Automatically downloads content after URL changes.
  • URL Appending: Adds custom text to the end of URLs.
  • Path Check: Only runs if a specific path is detected in the URL.

How to Install (Unpacked Version)

  1. Download the extension files to your computer.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable Developer mode (top-right corner).
  4. Click on Load unpacked and select the folder where you saved the extension.
  5. The extension will now appear in your Chrome toolbar.

How to Use

  1. Click the extension icon to open the settings.
  2. Toggle the options:
    • Enable/Disable Auto Download.
    • Append custom text to the URL.
    • Set a path check to trigger the actions only when certain URLs are active.
  3. Middle-click on any nhentai link, and the extension will handle the rest!

Permissions

The extension requires access to websites to modify URLs and download files.


Enjoy seamless downloads on nhentai with Auto Link Appender & Downloader!

About

A set of tools for downloading stuff from nhentai. very basic ones. but they do the trick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages