Download files through webhook
download-webhook is a tiny webhook server to download media contents (videos, audios, images) from the Web to your VPS or NAS through Webhook(post request) handily, it supports download from all you-get supported sites and exact resource url.
What you-get can do for you:
- Auto download videos / audios / images through RSSHub + IFTTT Webhook Service from YouTube / Twitter / Instagram / bilibili / any sites supported by you-get and RSSHub
docker run -d -p 3000:3000 -v downloads:/app/downloads -e SECRET=mysecret -e PORT=3000 diygod/download-webhook
Prerequisites:
yarn
yarn start
or
npm install
npm run start
curl -X POST -H "Content-Type:application/json" -d '{"secret": "mysecret", "path": "mypath", "name": "myvideo", "url": "https://www.bilibili.com/video/av45364988"}' http://127.0.0.1:3000
For example:
Audo download my liked video on bilibili