Skip to content

快手失效解决办法 #10

@MaoSource

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

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