Skip to main content

downloader for videos on ktkkt.cc

Project description

ktkkt-downloader

About

A tool to get anime from ktkkt.cc with CLI (Command Line Interface) and GUI (Graphical User Interface). It currently supports to download one single episode / all episodes in a series.

Prerequisites

To running this tool, please make sure the following prerequisites are ready:

Usage (Package)

from ktkkt_downloader import KtkktDownloader
downloader = KtkktDownloader(args.directory)

# download all episodes in a series (e.g. 鬼滅之刃粵語)
series_url = "https://www.ktkkt.cc/movie/index15170.html"
downloader.download_series(series_url)

# download single episode (e.g. 鬼滅之刃粵語 EP.01)
episode_url = "https://www.ktkkt.cc/play/15170-0-0.html"
downloader.download_episode(episode_url)

Usage (Standalone)

Before running the application, required packages need to be installed by following command:

$ python -m pip install -r requirements.txt

CLI (Command Line Interface)

# download single episode
$ python __main__.py -d OUTPUT_DIR -u TARGET_URL

# download all episodes in a series
$ python __main__.py -d OUTPUT_DIR -u TARGET_URL -a

Example

鬼滅之刃粵語,
series URL: https://www.ktkkt.cc/movie/index15170.html
episode 1 URL: https://www.ktkkt.cc/play/15170-0-0.html

# download 鬼滅之刃粵語 episode 1 to /home/ktkkt/ by the episode URL
$ python __main__.py -d /home/ktkkt/ -u https://www.ktkkt.cc/play/15170-0-0.html

# download 鬼滅之刃粵語 all episodes to /home/ktkkt/ by the episode URL
$ python __main__.py -d /home/ktkkt/ -u https://www.ktkkt.cc/play/15170-0-0.html -a

# download 鬼滅之刃粵語 all episodes to /home/ktkkt/ by series URL
$ python __main__.py -d /home/ktkkt/ -u https://www.ktkkt.cc/movie/index15170.html -a

GUI (Graphical User Interface)

# start gui
$ python __main__.py

ktkkt-downloader screenshot Provide the TARGET_URL, OUTPUT_DIR and then click the buttons to download the single episode / all episodes in a series

License

GNU GPL v3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ktkkt-downloader-1.0.1.tar.gz (18.6 kB view hashes)

Uploaded Source

Built Distribution

ktkkt_downloader-1.0.1-py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page