Skip to content

imFS/mangascraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Scraper

Random fun project from js beginner, I was annoyed by the continous ads popping up. So decided on writing a small tool to download the manga and read it locally instead.

How does it work?

It's simply a image scraper that scrapes the images from the website/downloads them and generates an index.htm file which the user opens to read the manga.

I Want to run it, how?

  • Download/Install Node.js from here
  • Run the commands below in your shell.
npm install
node main.js

Issues

  • Works only with a single site template, add support for more site templates.
  • Code cleanup/optimizations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published