npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mangafetcher

v1.15.4

Published

Manga downloader/fetcher for devs

Downloads

71

Readme

Manga Fetcher fetches and downloads manga images to your machine!

Requirements

  • Node.js (developed and tested with v0.10.21 and v0.11.5)
  • CoffeeScript

Installation

npm install -g mangafetcher

Currently supported manga

Note that Manga Fetcher stores manga in a folder name 'manga' in your current directory. If the folder doesn't exist, it would be automatically created.

  • One Piece (Experimental)

    • mangafetcher -m one-piece -v 1 -e 1
    • mangefetcher -m one-piece -v TBD -e 713 for TBD volumes
  • Naruto (Experimental)

    • mangafetcjer -m naruto -v 1 -e 1
  • Bleach

    • mangafetcher -m bleach -v 44 -e 386
  • Eyeshield 21

    • mangafetcher -m eyeshield21 -e 1
  • Shaman King

    • mangafetcher -m sk -v 33 -e 292
  • Shaman King Flowers

    • mangafetcher -m sk-f -e 1
  • Denpa Kyoushi

    • mangafetcher -m denpa-kyoushi -e 1
  • Trinity Seven

    • mangafetcher -m trinity-seven -e 1
  • And many more!

Modes

List mode

If you already downloaded some manga and want to check for updates. You could run mangafetcher -l to check them.

$ mangafetcher -l
Shaman King Flowers 17 (local: 17/17)
Trinity Seven 32 (local: 4/32)
Nisekoi (KOMI Naoshi) 95 (local: 95/95)
Denpa Kyoushi 92 (local: 59/92)
Bleach 553 (local: 259/553)
Episode List mode

Some mangas must have both volume and episode specified. And some of their volume/episode combination is quite hard to remember. Using this mode would quickly display this information. For example this displays a list of Tsubasa episodes.

$ mangafetcher -x -m touhou_silent
Version 1
vol.1 ch.21
vol.1 ch.20
vol.1 ch.19
vol.1 ch.18
vol.1 ch.17
...

Version 2
ch.21
ch.20
...

$ mangafetcher -m touhou_silent -v 1 -e 17
Multiple episodes mode

For convenient, since v.1.4 Manga Fetcher is able to queue and download multiple episodes at once. Using -e option with x..y range would download from episode x to y.

$ mangefetcher -m eyeshield21 -e 201..210

All manga credits to mangapark.com, mangahere.com and mangafox.me!