-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some episodes of a tv show are unavailable for download #26
Comments
Hello, kisskh has added a key for every video url api and sub url api They have added a new url parameter kkey , and this kkey is unique for each episode.they are doing this for both video and subtitle If we can get the kkey for each episode and append to existing api call for subtitle and video ,then every thing works fine. But I am not sure how to get the kkey for each episode.i hope the admin/other pick this issue. |
kkey generation eventually leads to common.js, but it is heavily obfuscated. The main function that we need is:
|
How to use the kkey |
Kkey is appended to the url, as @worlon-code described. This url is used to get a json object containing a download link for the video or subtitle. |
So for now, there isn't any way to generate this kkey for new episodes? I don't understand where I can find this new url with kkey and how to get use it to obtain json object after that :( The admin hasn't been updating this project for almost two years.. it seems unlikely any changes will be done to the script to solve this problem unless someone else picks it up |
Hello, i use IDM. When i go to de page of the episode, it captures the video with the monitor and i can download it. In the idm configuration for the monitor you can also add the extension "txt1" and it will capture the subtitle file with the extension txt1. You have to change the extension to txt or srt later. |
I figured this out. Since the commons.js is heavily obfuscated, you can execute the js code and get the kkey. |
Hello, thank you so much for creating this script, it is very useful for downloading subs from kisskh!
However, with some dramas I run into an issue where I can only download the first couple of episodes and after that, the script stops working properly.
For example, I managed to download only first 8 episodes of this cdrama : https://kisskh.co/Drama/Under-the-Moonlight?id=10123
But when I try to run the script with the link for the 9th episode, I get this error:
Or sometimes I get errors like these:
At first, I thought kisshkh might have implemented webscraping prevention and blocked my IP but the script still works with older episodes and other tv shows.
Could you please look into it? I don't understand what this error really means, is there any workaround for this problem?
Thank you in advance!
The text was updated successfully, but these errors were encountered: