• Stars
    star
    134
  • Rank 262,083 (Top 6 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ‡―πŸ‡΅ πŸ“Ί KissAnime, KissCartoon and KissAsian batch links generator script

KissAnime, KissAsian, KissCartoon batch links generator

Scripts that fetch download links of any series on KissAnime, KissAsian or KissCartoon and gives them to you in the form of a list. Once you have the list; use IDM, DownThemAll, wget or aria2c to download the series.

Before fetching the links, you can choose the starting episode, the ending episode, the resolution preference order for downloads and the output format of links.

Having problems with script? See FAQ. If problem is not solved, please open an issue.

Forked from https://github.com/Vergo777/Kissanime-LinkDownload. That project was outdated and un-maintained so I decided to continue it. So thank you @Vergo777.

Before using the script, read TERMS OF USING.

You need to login into KissXXXX website before using the script.

How to use the script

Go to an anime page on KissAnime (eg http://kissanime.ru/Anime/Haikyuu), then open JavaScript console and run

$.getScript("https://rawgit.com/aviaryan/Kissanime-Batch-Downloader/master/kissanime.js")

For cartoons, go to a cartoon page on KissCartoon (eg http://kisscartoon.se/Cartoon/Shimmer-and-Shine-Season-2), then open JavaScript console and run

$.getScript("https://rawgit.com/aviaryan/Kissanime-Batch-Downloader/master/kisscartoon.js")

For KissAsian, go to a series listing page (eg http://kissasian.com/Drama/My-Bromance-The-Series), then open JavaScript console and run

$.getScript("https://rawgit.com/aviaryan/Kissanime-Batch-Downloader/master/kissasian.js")
// BUG
// getScript may not work on KissAsian. Don't worry, that's not a problem. You will have to manually copy the code. See FAQ below.

Detailed instructions (taking KissAnime)

These instructions are for KissAnime. Similar instructions go for KissCartoon and KissAsian.

  • Login to Kissanime using your account (make one if needed)

  • Go to the main page of the anime you want to download (e.g. Haikyuu)

KissAnime Haikyuu

  • Open JavaScript console from the Developer Options.

JavaScript console

  • Paste the following into the console window and press enter
$.getScript("https://rawgit.com/aviaryan/Kissanime-Batch-Downloader/master/kissanime.js")

Enter script

  • Enter the episode number from which you'd like to start generating download links (e.g. ep 3)

Enter episode number

  • Enter the final episode number till which you'd like to generate download links (e.g. ep 9)

  • Enter your resolution preference. Eg > 720,480,360

  • Enter the links output preference. 0 is for basic list of links (works with any basic download tool), 1 is for list of links with episode names (suitable for wget, aria2c users), 2 is for HTML page with download links (suitable for DownThemAll (Firefox)).

  • Wait till all links are generated.

screen shot 2017-02-09 at 1 50 29 pm

  • Once the process is completed, the file with list of links will be downloaded or opened (depends on the browser).

screen shot 2017-02-09 at 1 51 16 pm

Now you can use any basic download tool to download all the episodes. There are some methods given below. I recommend the DownThemAll method (requires Firefox).

Downloading links through command line

If you entered "0" in output preference, you will get a plain list of links. You can use aria2 to download them at once. It is a cross-platform application available on Mac, Linux and Windows.

aria2c -i file_with_links.txt

You can also use aria2_basic_helper.sh for a better downloading experience.

Better download filenames (command line)

Enter "1" in step 4 of script configuration to output episode links with filenames. These filenames are derived from episode names on KissXXXX website. You can use wget or aria2c to download the list of episodes with proper names. Note that you will have to use aria2_helper.sh or wget_helper.sh for downloading that list.

Working around with Captchas

At times, KissXXXX blocks users from fetching multiple episodes using a Captcha. When this script detects a captcha, it shows a prompt and thereby pauses its execution. Then you will be given a link of the page with the captcha. Go to that link in a new tab and solve the captcha. Once solved, come back to the anime list and click on OK in the prompt to resume the script.

Downloading with DownThemAll

DownThemAll is a Firefox extension. Once you install it in Firefox, use "2" in output preference setting (4th when you start the script) to generate HTML page as output. That will give you a HTML page with direct links to all episodes. Now, open that page in Firefox and right click a blank location. Select "DownThemAll" from the menu to show a dialog with all urls in the page. Select all urls and set the mask as *text*. Then start the download. Now downloading will start with proper filenames.

FAQ

$.getScript(...) doesn't do anything ?

Maybe the script is being blocked. To bypass this, just copy the contents of the script and paste it in the Console. For example, if you had this problem with KissAsian, you take it's script which is https://rawgit.com/aviaryan/Kissanime-Batch-Downloader/master/kissasian.js and open it in a new browser tab. Now you will be able to copy the script code. Just copy it and paste it in the KissAsian console.

Last link in my lists.txt won't download

Try adding an empty line after the last link.

More Repositories

1

awesome-no-login-web-apps

πŸš€ Awesome (free) web apps that work without login
Shell
2,431
star
2

VSCodeNotebook

πŸ“ Use VS Code as a reliable note-taking/journal application
Python
629
star
3

utility-bash-scripts

πŸ€“ Useful bash scripts to do automatable tasks with a single command
Shell
401
star
4

Clipjump

πŸ“‹ Clipboard Manager for Windows, built in AutoHotkey
AutoHotkey
362
star
5

chattt

❯❯❯ Chat without leaving your terminal
JavaScript
252
star
6

learn-for-free

πŸš«πŸ’° Why pay for a degree or a course when you can learn on the Internet for free? This project contains free learning resources for all topics you can think of.
251
star
7

learnxinyminutes-pdf

πŸ“š Learn X in Y minutes as PDF
Python
245
star
8

SublimeNotebook

πŸ“ Make Sublime Text your favorite note taking/journal application
Python
214
star
9

python-gsearch

πŸ” Google Search unofficial API for Python with no external dependencies
Python
210
star
10

autohotkey-scripts

πŸ‘Œ A collection of Autohotkey scripts and functions authored by me (Avi Aryan).
AutoHotkey
115
star
11

work

My open source projects portfolio. Built with React.
JavaScript
72
star
12

BigEval.js

Fully featured mathematical expression solving library
JavaScript
54
star
13

competitive

πŸ’» My competitive programming archive
C++
51
star
14

series-renamer

πŸ“Ί A robust TV/Anime series renamer in Python
Python
46
star
15

BrainGames

⚑ Games to boost your brain, written in Python using Pyglet
Python
46
star
16

resume

:bowtie: Simple and clean resume in Jekyll
HTML
38
star
17

Ahk-Best-Practices

[WIP] AutoHotkey Best Practices
32
star
18

AutoHotkey

πŸ”£ (Discontinued) Sublime Text Autohotkey package.
JavaScript
30
star
19

alfred-google-search

Alfred workflow to do inline google searches (open URL or copy to clipboard)
Python
30
star
20

tYp3r

😎 dA aNn0Y1Ng t3Xt g3NeRa7or (The annoying text generator :-P)
HTML
29
star
21

Hinix

πŸ”  Exciting Word Game
Java
24
star
22

typ3r.js

🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or
JavaScript
23
star
23

your-word

β›“ Ethereum based DApp that helps you keep your promises [Rinkeby]
JavaScript
20
star
24

chattt-backend

πŸ–₯ Backend for chattt
JavaScript
17
star
25

react-typescript-tailwind-styled-components

Boilerplate for getting started with a TypeScript based React (CRA) project with Tailwind and Styled-Components. Also includes editorconfig, prettier and HMR.
JavaScript
17
star
26

hooks-testing

HTML
17
star
27

alfred-clc

Powerful Calculator for Alfred
Shell
16
star
28

Sublime4Autohotkey

πŸ“œ (Deprecated) Sublime Text patch for Autohotkey coding
JavaScript
15
star
29

alfred-last2imgur

Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image)
Shell
14
star
30

Ahk-CI-Example

A demo on using AppVeyor for AHK continuous testing
AutoHotkey
13
star
31

gcide-dictionary-json

πŸ“– GCIDE dictionary in json format
Python
12
star
32

bootstrap-chm

Bootstrap documentation in CHM, complete with searchable Index and table of contents
Python
11
star
33

Evernote-Decrypt

Decrypt encrypted Evernote notes
Python
11
star
34

shape-recog

Shape recognition tool. Built in AutoHotkey. Calculus Project
AutoHotkey
10
star
35

email-templates

Email templates for Dev Letters and others
9
star
36

lc3-sublime

LC3 Programming Package for Sublime Text
Assembly
9
star
37

aviaryan.github.com-retired-2018

My website (retired)
HTML
9
star
38

CloseFolder

Sublime Text plugin to close all open files inside some folder or all open files inside the folder of current active file.
Python
9
star
39

javascripts

✨ Little web-apps
CSS
9
star
40

clipjump-addons

All the Clipjump plugins and customs
AutoHotkey
8
star
41

highlighter-ahk-zenburn

Syntax Highlighter for AutoHotkey with Zenburn and Github themes
CSS
8
star
42

footballers-arena

Application to display footballers profiles with ratings and other cool stats
Python
8
star
43

dls

☁️ Direct Link Service
Python
8
star
44

private-podcast-s3

Host your MP3 files as a personal private podcast on S3
JavaScript
7
star
45

downloads

A simple POC to use GitHub Pages to serve static downloads.
Shell
6
star
46

pythons

My Python scripts
Python
6
star
47

ud-catalog

[Udacity] [FSND] Item Catalog full stack project
Python
5
star
48

emojiui

Offline Emoji searcher app
JavaScript
5
star
49

flask-postgres-apache-server

[Udacity] [FSND] Setup a Flask-postgres project on a linux server using Apache and mod-wsgi
5
star
50

shach

Pronounced sh-aa-ch
Yacc
4
star
51

devletters

☠️ Hugo based site of devletters.com
HTML
4
star
52

cmd-crypto-chart

Last 24-hour chart of cryptocurrencies in your terminal
Rust
4
star
53

algorithms-course

Things I learned/did in my 4th semester algorithms course
C++
4
star
54

todo-pwa

TODO app for a mobile web workshop
JavaScript
4
star
55

PopularMovies

An app to showcase cool movies
Java
4
star
56

gatsby-bulma-default

A very basic customizable Bulma Gatsby starter template
JavaScript
4
star
57

aavi.me

πŸ”— Personal short URL redirector
3
star
58

lightAHK

Really lightweight syntax highlighting for AutoHotkey
CSS
3
star
59

twitter-2-steem

Twitter to STEEM auto-poster
JavaScript
3
star
60

playlist-dl

🎬 Resumable customizable Youtube playlist downloader
Python
3
star
61

ud-memory-game

[Udacity] [FEND] Memory Game
CSS
3
star
62

flask-restplus-talk

Python
3
star
63

Dockerfiles

πŸ‘· Useful Dockerfiles
2
star
64

ud-feed-reader-testing

[Udacity] [FEND] Feed Reader Testing using Jasmine
JavaScript
2
star
65

ud-arcade-game

[Udacity] [FEND] Arcade Game Frogger
JavaScript
2
star
66

initranslator

Translates Ini's
AutoHotkey
2
star
67

ud-mws-restaurant-stage-all

MWS Restaurant Project
JavaScript
2
star
68

collegare-server

[WIP] Collegare PHP backend
PHP
2
star
69

CSwA_puzzle8

Unit 5: Puzzle-8 game in Android
Java
2
star
70

deposits-app

Python
2
star
71

pop-places-patna

[Udacity] [FSND] Popular places in Patna [Neighborhood Map project]
JavaScript
2
star
72

CFBuddy

A complete Codeforces app (Udacity project)
Java
2
star
73

XYZReader

Feed Reader app for Android
Java
1
star
74

distributed-project-server

Simple backend server to coordinate a distributed text searching system. Distributed Systems and Parallel Programming course project.
Python
1
star
75

ud-myreads

[Udacity] [React] MyReads Project
JavaScript
1
star
76

cs-amxmodx-plugins

My Counter Strike AMX Mod X plugins repo. Hope to add more soon
SourcePawn
1
star
77

SunshineAndroidWear

Sunshine Android app with Android Wear support
Java
1
star
78

CSwA_anagrams

CS With Android Unit 1
Java
1
star
79

timemandy

Python
1
star
80

Counter-Strike-Bot-Editor

Counter Strike 1.6/CZ Bot Editor. Last updated β†’ Jan-2013 😝
AutoHotkey
1
star
81

Intro-to-ML

Intro to Machine Learning (ud120) - Udacity course projects
DIGITAL Command Language
1
star
82

totalpastebin

Total Pastebin - currently a plan only
AutoHotkey
1
star
83

nkm-server

WIE Hackathon project
Python
1
star
84

quotesOnTheGo

πŸ–Š Go commandline application that shows you random quotes. Go Learning Project.
Go
1
star
85

ud-portfolio

[Udacity] [FSND] Portfolio website
HTML
1
star
86

ini-highlighter

Syntax Highlighter Brush for Ini format
1
star
87

todo-pwa-workshop

JavaScript
1
star
88

lc3-codes

A repo for some of my LC3 scripts
Assembly
1
star
89

ud-logs-analysis

[Udacity] [FSND] Logs Analysis Project
Python
1
star
90

bitmex-position-size-calculator

Position size calculator for Bitmex, Bybit
JavaScript
1
star
91

cc-licenses-parser-scancode

Scan Creative Commons License pages and generate scancode data files
Python
1
star