/kisscartoon

Primary LanguagePythonApache License 2.0Apache-2.0

Kisscartoon and Kissanime Batch Downloader

Gets links and downloads videos from Kisscartoon and Kissanime

Changelog

  • Fixed Link Decryption
  • Rewrote Core
  • Added background downloading, while main thread looks for file links
  • Added --grab-files option to explicitly request downloading

Usage

./python kissgrab.py <cartoon page>

If you want extra Information add -v or --verbose

./python kissgrab.py -v <cartoon page>

If you want to download the files to the current folder use --grab-files or -g

./python kissgrab.py -g <cartoon page>

If you want to handle the downloading yourself use --print-links or -l to just print the links

./python kissgrab.py -l <cartoon page>

If you want the links written to a File use --save-links or -s to save them to links.txt

./python kissgrab.py -s <cartoon page>

If you want the links as a HTML List use --save-html or -d to save them to download.html

./python kissgrab.py -d <cartoon page>

If you don't want the highest quality ( it's the default setting ) you can add -q or --low-quality to get the lowest available quality

./python kissgrab.py -q <cartoon page>

Those Operators are freely combinable

./python kissgrab.py -q -g -s http://kisscartoon.me/Cartoon/Aqua-Teen-Hunger-Force-Season-10

Requirements

Python :

All of the dependencies are available via pip and easy_install