Grab episodes from 9anime!
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.
- Install a user script manager. I recommend Tampermonkey
- Install Grabber
- Open any 9anime watch page. Example: Shingeki No Kyojin 2
- The Grab All button will appear near the Server. Click it!
- 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.
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"
}
Copyright (c) 2017 Jewel Mahanta