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