Skip to content
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

快手失效解决办法 #10

Open
MaoSource opened this issue Jul 8, 2022 · 3 comments
Open

快手失效解决办法 #10

MaoSource opened this issue Jul 8, 2022 · 3 comments

Comments

@MaoSource
Copy link

MaoSource commented Jul 8, 2022

找到KuaiShouApi 类中的
if (url.contains("/fw/photo/")) { return parseVideoOrPhotos(url, httpHeaders); } else if (url.contains("/fw/long-video/")) { return this.parseLongVideo(url, httpHeaders); }

改成

if (url.contains("/fw/long-video/") || url.contains("/fw/photo/") || url.contains("/fw/next-photo/")) { return this.parseLongVideo(url, httpHeaders); }

@imagine11
Copy link

换了怎么还不行 报空指针

@imagine11
Copy link

解决了, KuaiShouApi 类中的174行获取description找不到 把这行注释了或者获取别的就可以了

@MaoSource
Copy link
Author

解决了, KuaiShouApi 类中的174行获取description找不到 把这行注释了或者获取别的就可以了

我之前提的issues里面有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants