Users are complaining that the web_content_link is getting speed capped. While when they use it via alist, they get high speed. So i checked alist code and grab the link from their code https://github.com/alist-org/alist/blob/main/drivers/pikpak/driver.go#L80, which is using result["medias"][0]["link"]["url"] for playing the stream.
Users are complaining that the
web_content_link
is getting speed capped. While when they use it via alist, they get high speed. So i checked alist code and grab the link from their code https://github.com/alist-org/alist/blob/main/drivers/pikpak/driver.go#L80, which is usingresult["medias"][0]["link"]["url"]
for playing the stream.