From 0f4b5085d5a1cc88485fd9352e8a20d38093aa42 Mon Sep 17 00:00:00 2001 From: Gigantuar <8090246+gigantuar@users.noreply.github.com> Date: Tue, 5 Jan 2021 12:25:21 -0500 Subject: [PATCH] Add chevereto template Add template for Chevereto API uploads. https://v3-docs.chevereto.com/API/V1.html --- config/hoster/chevereto.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/hoster/chevereto.json diff --git a/config/hoster/chevereto.json b/config/hoster/chevereto.json new file mode 100644 index 0000000..28bfc41 --- /dev/null +++ b/config/hoster/chevereto.json @@ -0,0 +1,7 @@ +{ + "Url": "https://[CHEVERETO_SITE_URL]/api/1/upload/?key=[API_KEY]", + "Regex": "", + "ImageName": "source", + "VideoName": "", + "Show Response": false +} \ No newline at end of file