视频号链接无法直接在前端解析(涉及解密 / CORS)。需一个后端接口返回 JSON,字段形如:
{ "title": "...", "cover": "https://...", "duration": 35, "qualities": [ { "label": "1080P", "url": "https://..." } ] }
或在脚本顶部设置 CONFIG.API_ENDPOINT 为你的接口地址(会带上 ?url=分享链接)。参考实现:本地代理版 ltaoo/wx_channels_download。