Skip to main content

Simple downloaded for https://kisskh.co/

Project description

:tv: kisskh-dl


Simple downloaded for https://kisskh.co/

👋 Welcome to the kisskh-downloader README! This package is a simple command-line tool for downloading shows from https://kisskh.co/. Here's everything you need to know to get started:

💻 Installation

To install kisskh-downloader, simply run the following command:

pip install -U kisskh-downloader

📚 Usage

After installing the package, you can use the kisskh dl command to download shows from the command line.

kisskh dl --help
Usage: kisskh dl [OPTIONS] DRAMA_URL_OR_NAME

Options:
  -f, --first INTEGER             Starting episode number.
  -l, --last INTEGER              Ending episode number.
  -q, --quality [360p|480p|540p|720p|1080p]
                                  Quality of the video to be downloaded.
  -s, --sub-langs TEXT            Languages of the subtitles to download.
  -o, --output-dir TEXT           Output directory where downloaded files will
                                  be store.
  --help                          Show this message and exit.

Here are some examples:

🔗 Direct download entire series in highest quality available in current folder

kisskh dl "https://kisskh.co/Drama/Island-Season-2?id=7000" -o .

Download all using URL

🔍 Search and download entire series in highest quality available in current folder

kisskh dl "Stranger Things" -o .
1. Stranger Things - Season 4
2. Stranger Things - Season 1
3. Stranger Things - Season 2
4. Stranger Things - Season 3
Please select one from above: 1

Download all using URL

⬇️ Download specific episodes with specific quality

:exclamation: Note that if the selected quality is not available, it will try to get something lower than that quality. If that also is not available, it will try to get the best quality available.

Downloads episode 4 to 8 of Alchemy of Souls in 720p:

kisskh dl "https://kisskh.co/Drama/Alchemy-of-Souls?id=5043" -f 4 -l 8 -q 720p -o .

Download range of episodes

Downloads episode 3 of A Business Proposal in 720p:

kisskh dl "https://kisskh.co/Drama/A-Business-Proposal?id=4608" -f 3 -l 3 -q 720p -o .

Download single episode

You can also dowload single episode by providing the episode URL

kisskh dl "https://kisskh.co/Drama/A-Business-Proposal/Episode-3?id=4608&ep=86439&page=0&pageSize=100" -o .

For more options, use the --help flag.

📖 Decrypting Subtitles

If you want to decrypt the downloaded subtitles, you need to pass the --decrypt-subtitle or -ds flag along with a decryption key and initialization vector. Check #14.

Here is an example of how to pass these parameters from the command line:

kisskh download "<drama_url>" --decrypt-subtitle --key "your_key_here" --initialization-vector "your_iv_here"

You can also set these parameters as environment variables. If you set the KISSKH_KEY and KISSKH_INITIALIZATION_VECTOR environment variables, they will be used by default.

Here is an example of how to set these environment variables:

  • On Linux/Mac:
export KISSKH_KEY="your_key_here"
export KISSKH_INITIALIZATION_VECTOR="your_iv_here"
  • On Windows:
set KISSKH_KEY="your_key_here"
set KISSKH_INITIALIZATION_VECTOR="your_iv_here"

After setting these environment variables, you can use the --decrypt-subtitle flag without passing the key and initialization vector explicitly:

kisskh download "Drama Name" --decrypt-subtitle

Please make sure to replace "your_key_here" and "your_iv_here" with your actual decryption key and initialization vector.


🐞 DEBUG

To enable debugging, use the -vv flag while running kisskh dl.

kisskh -vv dl "https://kisskh.co/Drama/A-Business-Proposal?id=4608" -f 3 -l 3 -q 720p

:construction: TODO

  • Add ability to export all download link
  • Add ability to open stream in some player

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

kisskh_downloader-0.1.7.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

kisskh_downloader-0.1.7-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file kisskh_downloader-0.1.7.tar.gz.

File metadata

  • Download URL: kisskh_downloader-0.1.7.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.8.18 Linux/6.2.0-1018-azure

File hashes

Hashes for kisskh_downloader-0.1.7.tar.gz
Algorithm Hash digest
SHA256 711dfc4e2e3139ab94880567e2174a73eb665b8edee9aa211a0800319e7a6410
MD5 87b38d3a392ca221a8b62ce97fd3ce14
BLAKE2b-256 c7e2c5f4654f526a05ca995469fcaba520e255aebfb6fc27e5da40398c97da93

See more details on using hashes here.

File details

Details for the file kisskh_downloader-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: kisskh_downloader-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.8.18 Linux/6.2.0-1018-azure

File hashes

Hashes for kisskh_downloader-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 605c5235edcce94cca3435407eaf20b35ef5bb7b2b350f6bf621628e79f78d7d
MD5 69a2c7c51dfe8d24c4151b96c03d1021
BLAKE2b-256 9a596e1b513c2dfae8b07d34acc380dd1c11c99c707d620e6dbc5a25d6968ff4

See more details on using hashes here.

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