Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JavaScript Style Guide Build Status

Grab episodes from 9anime!

About

Grabber allows you to fetch episode links from 9anime. It currently support grabbing videos from 9anime Server (ex: Server F4) and RapidVideo. You can then couple these links with a download manager to download episodes in bulk.

Download

Usage

  1. Install a user script manager. I recommend Tampermonkey
  2. Install Grabber
  3. Open any 9anime watch page. Example: Shingeki No Kyojin 2
  4. The Grab All button will appear near the Server. Click it!
  5. Make sure to keep a download manager handy. The grabbed links will be copied to your clipboard.

ℹ️ Read How To Download Episodes for more details.

⚠️ If you get a Tampermonkey page requesting origin permission, remember to click allow.

What is metadata.json?

metadata.json

You can use Grabber Renamer by @yumiris to bulk rename files using metadata.json

Its a small JSON file which helps you keep track of the files names. When you download videos from servers like RapidVideo the file names are always cryptic. This is where metadata.json helps you out. This is how it looks like:

{
	"animeName": "ONE PIECE FILM: GOLD",
	"animeUrl": "https://9anime.to/watch/one-piece-film-gold.71vy",
	"files": [
		{
			"original": "bVTiwZTHZS2Lmme.mp4",
			"real": "one piece film_ gold-ep_001-standard.mp4"
		}
	],
	"timestamp": "2017-06-30T15:01:15.622Z",
	"server": "RapidVideo"
}

License

MIT

Copyright (c) 2017 Jewel Mahanta

You can’t perform that action at this time.