Pinchflat + pushplus:YouTube 下载完成推到微信
效果:Pinchflat 抓取完成或失败时,通过 Apprise 把结果发到 pushplus。
前置条件
- 一个 pushplus token(官网扫码获取)
- 已部署的 Pinchflat
配置步骤
- 打开 Pinchflat → Settings → Notifications(部分版本在配置页搜 Apprise)。
- 启用通知。若要求 Apprise server,填你的 apprise-api 地址;Apprise URL 填:
pushplus://你的token
一对多带群组:pushplus://你的token/群组编码。见 Apprise。
- 选择事件:下载成功、失败、源同步异常。建议至少打开失败。保存后点测试。
没有 Apprise、只能填一个 Webhook URL 时:
https://www.pushplus.plus/send?token=你的token&title=Pinchflat通知&content=请打开Pinchflat查看下载任务
对方 POST 的 JSON 不会自动成为正文。
验证
curl -X POST "https://www.pushplus.plus/send" \
-H "Content-Type: application/json" \
-d '{"token":"你的token","title":"Pinchflat 配置测试","content":"token 可用","template":"markdown"}'
也可:apprise -t "测试" -b "正文" "pushplus://你的token"。
常见问题
测试失败? 确认 Pinchflat 容器能访问 apprise-api 与 www.pushplus.plus。Docker 里不要用 localhost 指向其他容器。
每个视频都推太吵? 只开失败,或按媒体源关闭通知。