Skip to content

快手失效解决办法 #10

Description

@MaoSource

找到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); }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions