All Projects → lap00zza → Grabber

lap00zza / Grabber

Licence: MIT license
episode links grabber for 9anime

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Grabber

Firefox Scripts
userChromeJS / autoconfig.js and extensions
Stars: ✭ 202 (+1246.67%)
Mutual labels:  userscript
UserScripts
userScripts
Stars: ✭ 28 (+86.67%)
Mutual labels:  userscript
AtCoderClans
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Stars: ✭ 74 (+393.33%)
Mutual labels:  userscript
Getdlcinfofromsteamdb
Get Data from Steam / SteamDB / EpicDB (ex Get DLC Info from SteamDB) it's a userscript able to extract all the information of the DLCs Games from Steam / SteamDB / EpicDB and are exported in various formats. It also has small tools :)
Stars: ✭ 210 (+1300%)
Mutual labels:  userscript
Dollchan Extension Tools
The best way to browse imageboards
Stars: ✭ 247 (+1546.67%)
Mutual labels:  userscript
YouScrobbler
Scrobbling from YouTube to Last.FM - Userscript for Firefox and Chrome
Stars: ✭ 34 (+126.67%)
Mutual labels:  userscript
Github Wiki Search
Search wiki of the repository on Github
Stars: ✭ 184 (+1126.67%)
Mutual labels:  userscript
TrackingTokenStripper
A Tampermonkey Userscript that remove most of the annoying tracking token from URL parameters
Stars: ✭ 21 (+40%)
Mutual labels:  userscript
Userscripts
🐵 My UserScripts
Stars: ✭ 252 (+1580%)
Mutual labels:  userscript
LSSM-V.4
The Official Repository for LSS Manager V4
Stars: ✭ 38 (+153.33%)
Mutual labels:  userscript
Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (+1340%)
Mutual labels:  userscript
Super Preloader
Userscript to enable autopagerizing as well as preloading
Stars: ✭ 245 (+1533.33%)
Mutual labels:  userscript
GitHub-Custom-Emojis
:_gimme: This userscript allows you to use and add custom emojis on GitHub
Stars: ✭ 59 (+293.33%)
Mutual labels:  userscript
Blth
Tampermonkey 哔哩哔哩 (bilibili.com) 辅助脚本,B站直播间挂机助手。
Stars: ✭ 208 (+1286.67%)
Mutual labels:  userscript
MstdnTimelinePreviewCard
mastodonのTLにPreviewCardを表示するやつ
Stars: ✭ 12 (-20%)
Mutual labels:  userscript
Goodtwitter2
Userscript to modify the looks of twitter.com
Stars: ✭ 192 (+1180%)
Mutual labels:  userscript
userscripts
My user scripts
Stars: ✭ 17 (+13.33%)
Mutual labels:  userscript
Bandcamp-script-deluxe-edition
A discography player for bandcamp.com and manager for your played albums
Stars: ✭ 19 (+26.67%)
Mutual labels:  userscript
danbooru-ruby-grabber
Danbooru, Konachan, Behoimi (3dbooru) and Yandere images downloader
Stars: ✭ 39 (+160%)
Mutual labels:  grabber
sox
Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
Stars: ✭ 65 (+333.33%)
Mutual labels:  userscript

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].