Skip to content

maharun0/Manga-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Manga Scraping Python Script

You will provide the link of the manga. This script will download the chapters.

I've initially made this script to load offline manga in the Mihon app (which is an open source android manga reading app).

Currently this script only works on 1st-kissmanga.net (this website is not sketchy as it seems πŸ˜‚)

Before running the script, ensure you have the following Python packages installed:
    requests
    beautifulsoup4
    tqdm

File Structure

The downloaded files will be organized in the following structure:

    Manga_Name/
    β”‚
    β”œβ”€β”€ cover.jpg (or other image format)
    β”œβ”€β”€ .nomedia
    β”œβ”€β”€ chapter_1/
    β”‚   β”œβ”€β”€ image1.jpg
    β”‚   β”œβ”€β”€ image2.jpg
    β”‚   └── ...
    β”œβ”€β”€ chapter_2/
    β”‚   β”œβ”€β”€ image1.jpg
    β”‚   β”œβ”€β”€ image2.jpg
    β”‚   └── ...
    └── ...

How to run the script?

About

Manga Scraper (using python)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages