kisskh dl
v0.1.7
欢迎来到 Kisskh-下载器自述文件!该软件包是一个简单的命令行工具,用于从 https://kisskh.co/ 下载节目。以下是您开始使用时需要了解的所有信息:
要安装 Kisskh-downloader,只需运行以下命令:
pip install -U kisskh-downloader
安装软件包后,您可以使用kisskh dl
命令从命令行下载节目。
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.
以下是一些示例:
kisskh dl "https://kisskh.co/Drama/Island-Season-2?id=7000" -o .
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
❗ 请注意,如果所选质量不可用,它将尝试获取低于该质量的东西。如果这也不可用,它将尝试获得可用的最佳质量。
下载 720p 的Alchemy of Souls
第 4 至 8 集:
kisskh dl "https://kisskh.co/Drama/Alchemy-of-Souls?id=5043" -f 4 -l 8 -q 720p -o .
下载 720p A Business Proposal
第 3 集:
kisskh dl "https://kisskh.co/Drama/A-Business-Proposal?id=4608" -f 3 -l 3 -q 720p -o .
您还可以通过提供剧集 URL 来下载单集
kisskh dl "https://kisskh.co/Drama/A-Business-Proposal/Episode-3?id=4608&ep=86439&page=0&pageSize=100" -o .
有关更多选项,请使用--help
标志。
如果要解密下载的字幕,则需要传递--decrypt-subtitle
或-ds
标志以及解密密钥和初始化向量。检查#14。
以下是如何从命令行传递这些参数的示例:
kisskh download " " --decrypt-subtitle --key " your_key_here " --initialization-vector " your_iv_here "
您还可以将这些参数设置为环境变量。如果您设置KISSKH_KEY
和KISSKH_INITIALIZATION_VECTOR
环境变量,则默认情况下将使用它们。
以下是如何设置这些环境变量的示例:
export KISSKH_KEY= " your_key_here "
export KISSKH_INITIALIZATION_VECTOR= " your_iv_here "
set KISSKH_KEY = " your_key_here "
set KISSKH_INITIALIZATION_VECTOR = " your_iv_here "
设置这些环境变量后,您可以使用--decrypt-subtitle
标志,而无需显式传递密钥和初始化向量:
kisskh download " Drama Name " --decrypt-subtitle
请确保将"your_key_here"
和"your_iv_here"
替换为您的实际解密密钥和初始化向量。
要启用调试,请在运行kisskh dl
时使用-vv
标志。
kisskh -vv dl "https://kisskh.co/Drama/A-Business-Proposal?id=4608" -f 3 -l 3 -q 720p