diff --git a/CustomUploaders/0x0.st (Image uploader).sxcu b/CustomUploaders/0x0.st (Image uploader).sxcu deleted file mode 100644 index cef5975..0000000 --- a/CustomUploaders/0x0.st (Image uploader).sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "0x0.st (Image uploader)", - "RequestMethod": "POST", - "RequestURL": "http://0x0.st", - "Body": "MultipartFormData", - "FileFormName": "file", - "RegexList": [ - ".+" - ], - "URL": "$regex:1$" -} \ No newline at end of file diff --git a/CustomUploaders/0x0.st (URL shortener).sxcu b/CustomUploaders/0x0.st (URL shortener).sxcu deleted file mode 100644 index c09c149..0000000 --- a/CustomUploaders/0x0.st (URL shortener).sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "13.0.0", - "Name": "0x0.st (URL shortener)", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://0x0.st", - "Body": "MultipartFormData", - "Arguments": { - "shorten": "$input$" - } -} \ No newline at end of file diff --git a/CustomUploaders/9m.no.sxcu b/CustomUploaders/9m.no.sxcu deleted file mode 100644 index 73ec241..0000000 --- a/CustomUploaders/9m.no.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://9m.no/create", - "Body": "MultipartFormData", - "Arguments": { - "url": "$input$" - }, - "RegexList": [ - "\"shortenedUrl\">" - ], - "URL": "$regex:1|1$" -} \ No newline at end of file diff --git a/CustomUploaders/Discord webhook (Image uploader).sxcu b/CustomUploaders/Discord webhook (Image uploader).sxcu deleted file mode 100644 index 3fd0899..0000000 --- a/CustomUploaders/Discord webhook (Image uploader).sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "Discord webhook (Image uploader)", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "Webhook URL", - "Body": "MultipartFormData", - "Arguments": { - "content": "**$filename$**", - "username": "ShareX", - "avatar_url": "https://getsharex.com/img/ShareX_Logo.png", - "tts": "false" - }, - "FileFormName": "file", - "URL": "$json:attachments[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/Discord webhook (URL sharing service).sxcu b/CustomUploaders/Discord webhook (URL sharing service).sxcu deleted file mode 100644 index 5a54184..0000000 --- a/CustomUploaders/Discord webhook (URL sharing service).sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "Discord webhook (URL sharing service)", - "DestinationType": "URLSharingService", - "RequestMethod": "POST", - "RequestURL": "Webhook URL", - "Body": "JSON", - "Data": "{\n \"content\": \"$input$\",\n \"username\": \"ShareX\",\n \"avatar_url\": \"https://getsharex.com/img/ShareX_Logo.png\",\n \"tts\": false\n}" -} \ No newline at end of file diff --git a/CustomUploaders/Discord webhook embed (URL sharing service).sxcu b/CustomUploaders/Discord webhook embed (URL sharing service).sxcu deleted file mode 100644 index bb696a9..0000000 --- a/CustomUploaders/Discord webhook embed (URL sharing service).sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "Discord webhook embed (URL sharing service)", - "DestinationType": "URLSharingService", - "RequestMethod": "POST", - "RequestURL": "Webhook URL", - "Body": "JSON", - "Data": "{\n \"username\": \"ShareX\",\n \"avatar_url\": \"https://getsharex.com/img/ShareX_Logo.png\",\n \"tts\": false,\n \"embeds\": [\n {\n \"title\": \"$input$\",\n \"image\": {\n \"url\": \"$input$\"\n }\n }\n ]\n}" -} \ No newline at end of file diff --git a/CustomUploaders/Jirafeau.sxcu b/CustomUploaders/Jirafeau.sxcu deleted file mode 100644 index 75e133a..0000000 --- a/CustomUploaders/Jirafeau.sxcu +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "Jirafeau", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://jirafeau_domain_address/script.php", - "Body": "MultipartFormData", - "Arguments": { - "upload_password": "put_password_here", - "time": "month" - }, - "FileFormName": "file", - "RegexList": [ - "(.+)\\n(.+)" - ], - "URL": "http://jirafeau_domain_address/f.php?h=$regex:1|1$&p=1", - "DeletionURL": "https://jirafeau_domain_address/f.php?h=$regex:1|1$&d=$regex:1|2$" -} \ No newline at end of file diff --git a/CustomUploaders/aboo.se.sxcu b/CustomUploaders/aboo.se.sxcu deleted file mode 100644 index 0056f7a..0000000 --- a/CustomUploaders/aboo.se.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "aboo.se", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.aboo.se/upload", - "Body": "MultipartFormData", - "FileFormName": "File", - "URL": "$json:data.file.url.full$", - "ThumbnailURL": "$json:data.file.url.direct$" -} \ No newline at end of file diff --git a/CustomUploaders/api.anonfiles.com.sxcu b/CustomUploaders/api.anonfiles.com.sxcu deleted file mode 100644 index 9955526..0000000 --- a/CustomUploaders/api.anonfiles.com.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "13.0.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.anonfiles.com/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:data.file.url.full$" -} \ No newline at end of file diff --git a/CustomUploaders/aww.moe.sxcu b/CustomUploaders/aww.moe.sxcu deleted file mode 100644 index 63fc9c4..0000000 --- a/CustomUploaders/aww.moe.sxcu +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://aww.moe/upload.php", - "Body": "MultipartFormData", - "FileFormName": "files[]", - "URL": "https://aww.moe/$json:files[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/bakka.me.sxcu b/CustomUploaders/bakka.me.sxcu deleted file mode 100644 index ed3a482..0000000 --- a/CustomUploaders/bakka.me.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://bakka.me/upload.php", - "Body": "MultipartFormData", - "FileFormName": "files[]", - "RegexList": [ - "\"url\":\"(?:.+\\\\/)?(.*?)\"" - ], - "URL": "https://a.bakka.me/$regex:1,1$" -} \ No newline at end of file diff --git a/CustomUploaders/beeimg.com.sxcu b/CustomUploaders/beeimg.com.sxcu deleted file mode 100644 index 7fd3ccb..0000000 --- a/CustomUploaders/beeimg.com.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://beeimg.com/api/upload/file/json/", - "Body": "MultipartFormData", - "Arguments": { - "apikey": "API_KEY_GOES_HERE" - }, - "FileFormName": "image", - "URL": "https:$json:files.url$", - "ThumbnailURL": "https:$json:files.thumbnail_url$", - "DeletionURL": "$json:files.delete_url$" -} \ No newline at end of file diff --git a/CustomUploaders/boring.host (Anonymous).sxcu b/CustomUploaders/boring.host (Anonymous).sxcu deleted file mode 100644 index 4c3ad01..0000000 --- a/CustomUploaders/boring.host (Anonymous).sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "boring.host (Anonymous)", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.boring.host/api/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "https://i.boring.host/$json:data.code$.$json:data.extension$" -} \ No newline at end of file diff --git a/CustomUploaders/boring.host (User).sxcu b/CustomUploaders/boring.host (User).sxcu deleted file mode 100644 index e0a6324..0000000 --- a/CustomUploaders/boring.host (User).sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "boring.host (User)", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.boring.host/api/v1/upload", - "Body": "MultipartFormData", - "Arguments": { - "api_token": "" - }, - "FileFormName": "file", - "URL": "https://i.boring.host/$json:images[0].code$.$json:images[0].extension$", - "ThumbnailURL": "https://i.boring.host/thumbnail/$json:images[0].code$.$json:images[0].extension$", - "DeletionURL": "$json:images[0].deletion_url$" -} diff --git a/CustomUploaders/bpaste.net.sxcu b/CustomUploaders/bpaste.net.sxcu deleted file mode 100644 index 14fb2ab..0000000 --- a/CustomUploaders/bpaste.net.sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://bpaste.net/", - "Body": "MultipartFormData", - "Arguments": { - "code": "$input$", - "lexer": "text", - "expiry": "never" - }, - "URL": "$responseurl$" -} \ No newline at end of file diff --git a/CustomUploaders/cancer-co.de.sxcu b/CustomUploaders/cancer-co.de.sxcu deleted file mode 100644 index 1fe15c8..0000000 --- a/CustomUploaders/cancer-co.de.sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "https://cancer-co.de/upload", - "Body": "MultipartFormData", - "Arguments": { - "text": "$input$" - }, - "URL": "$json:url$", - "DeletionURL": "$json:del_url$" -} \ No newline at end of file diff --git a/CustomUploaders/capella.pics.sxcu b/CustomUploaders/capella.pics.sxcu deleted file mode 100644 index c2bfec4..0000000 --- a/CustomUploaders/capella.pics.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://capella.pics/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/catbox.moe.sxcu b/CustomUploaders/catbox.moe.sxcu deleted file mode 100644 index d7c6c4e..0000000 --- a/CustomUploaders/catbox.moe.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://catbox.moe/user/api.php", - "Body": "MultipartFormData", - "Arguments": { - "reqtype": "fileupload" - }, - "FileFormName": "fileToUpload" -} \ No newline at end of file diff --git a/CustomUploaders/catgirlsare.sexy.sxcu b/CustomUploaders/catgirlsare.sexy.sxcu deleted file mode 100644 index 3598af2..0000000 --- a/CustomUploaders/catgirlsare.sexy.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://catgirlsare.sexy/api/upload", - "Body": "MultipartFormData", - "Arguments": { - "key": "[insert user key here]" - }, - "FileFormName": "file", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/chevereto.com.sxcu b/CustomUploaders/chevereto.com.sxcu deleted file mode 100644 index 78f503d..0000000 --- a/CustomUploaders/chevereto.com.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "chevereto.com", - "RequestMethod": "POST", - "RequestURL": "http://demo.chevereto.com/api/1/upload", - "Body": "MultipartFormData", - "Arguments": { - "key": "Your API key goes here", - "format": "redirect" - }, - "FileFormName": "source", - "URL": "$responseurl$" -} \ No newline at end of file diff --git a/CustomUploaders/clyp.it.sxcu b/CustomUploaders/clyp.it.sxcu deleted file mode 100644 index 49b5dd3..0000000 --- a/CustomUploaders/clyp.it.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "clyp.it", - "RequestMethod": "POST", - "RequestURL": "https://upload.clyp.it/upload", - "Body": "MultipartFormData", - "FileFormName": "audioFile", - "URL": "$json:Url$" -} \ No newline at end of file diff --git a/CustomUploaders/cockfile.com.sxcu b/CustomUploaders/cockfile.com.sxcu deleted file mode 100644 index f516c46..0000000 --- a/CustomUploaders/cockfile.com.sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://cockfile.com/api.php", - "Parameters": { - "d": "upload-tool" - }, - "Body": "MultipartFormData", - "Arguments": { - "name": "", - "randomname": "1" - }, - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/digitaaldelen.nl.sxcu b/CustomUploaders/digitaaldelen.nl.sxcu deleted file mode 100644 index a135d57..0000000 --- a/CustomUploaders/digitaaldelen.nl.sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://digitaaldelen.nl/index.php", - "Body": "MultipartFormData", - "Arguments": { - "album": "0", - "agree": "1" - }, - "FileFormName": "file", - "RegexList": [ - "1(?.+)" - ], - "URL": "$regex:1,url$" -} \ No newline at end of file diff --git a/CustomUploaders/dnlk.de.sxcu b/CustomUploaders/dnlk.de.sxcu deleted file mode 100644 index 3b4c3ca..0000000 --- a/CustomUploaders/dnlk.de.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "dnlk.de", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.dnlk.de/", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$", - "DeletionURL": "$json:delete$" -} diff --git a/CustomUploaders/dpaste.com.sxcu b/CustomUploaders/dpaste.com.sxcu deleted file mode 100644 index 416b977..0000000 --- a/CustomUploaders/dpaste.com.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://dpaste.com/api/v2/", - "Body": "MultipartFormData", - "Arguments": { - "content": "$input$", - "expiry_days": "365" - } -} \ No newline at end of file diff --git a/CustomUploaders/dropfile.to.sxcu b/CustomUploaders/dropfile.to.sxcu deleted file mode 100644 index e23b52c..0000000 --- a/CustomUploaders/dropfile.to.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "dropfile.to", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://$random:d1|d2|d3$.dropfile.to/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/dtransfer.net (Anonymous).sxcu b/CustomUploaders/dtransfer.net (Anonymous).sxcu deleted file mode 100644 index 2dc51f6..0000000 --- a/CustomUploaders/dtransfer.net (Anonymous).sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "dtransfer.net (Anonymous)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "http://dtransfer.net/en/api/upload", - "Body": "MultipartFormData", - "Arguments": { - "store_days": "14", - "auto_renew": "1" - }, - "FileFormName": "files[]", - "URL": "$json:data.link$" -} \ No newline at end of file diff --git a/CustomUploaders/dtransfer.net (User).sxcu b/CustomUploaders/dtransfer.net (User).sxcu deleted file mode 100644 index 8e26410..0000000 --- a/CustomUploaders/dtransfer.net (User).sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "dtransfer.net (User)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "http://dtransfer.net/en/api/upload", - "Body": "MultipartFormData", - "Arguments": { - "api_token": "", - "store_days": "14", - "auto_renew": "1" - }, - "FileFormName": "files[]", - "URL": "$json:data.link$" -} \ No newline at end of file diff --git a/CustomUploaders/elixi.re (URL shortener).sxcu b/CustomUploaders/elixi.re (URL shortener).sxcu deleted file mode 100644 index 253a1e4..0000000 --- a/CustomUploaders/elixi.re (URL shortener).sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "elixi.re (URL shortener)", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://elixi.re/api/shorten", - "Headers": { - "Authorization": "YOUR_TOKEN" - }, - "Body": "JSON", - "Data": "{\n \"url\": \"$input$\"\n}", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/elixi.re.sxcu b/CustomUploaders/elixi.re.sxcu deleted file mode 100644 index 6a1e0c6..0000000 --- a/CustomUploaders/elixi.re.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://elixi.re/api/upload", - "Headers": { - "Authorization": "UPLOADER-TOKEN-GOES-HERE (GET YOURS AT https://elixi.re/account.html)" - }, - "Body": "MultipartFormData", - "FileFormName": "f", - "URL": "$json:url$", - "DeletionURL": "https://elixi.re/api/delete/$json:shortname$?token=YOUR_TOKEN" -} \ No newline at end of file diff --git a/CustomUploaders/epvpimg.com.sxcu b/CustomUploaders/epvpimg.com.sxcu deleted file mode 100644 index 6d1a8e9..0000000 --- a/CustomUploaders/epvpimg.com.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://epvpimg.com/upload/", - "Body": "MultipartFormData", - "FileFormName": "files", - "URL": "$json:[0].url$", - "ThumbnailURL": "$json:[0].thumbnail_url$", - "DeletionURL": "$json:[0].delete_url$" -} \ No newline at end of file diff --git a/CustomUploaders/file.bin.moe (Image uploader).sxcu b/CustomUploaders/file.bin.moe (Image uploader).sxcu deleted file mode 100644 index 4f2202e..0000000 --- a/CustomUploaders/file.bin.moe (Image uploader).sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "file.bin.moe (Image uploader)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "http://file.bin.moe/api/objects/upload", - "Headers": { - "baka_token": "YOUR_TOKEN_HERE" - }, - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "http://binned.me/$json:full_result_id$" -} \ No newline at end of file diff --git a/CustomUploaders/file.bin.moe (URL shortener).sxcu b/CustomUploaders/file.bin.moe (URL shortener).sxcu deleted file mode 100644 index b33df5f..0000000 --- a/CustomUploaders/file.bin.moe (URL shortener).sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "file.bin.moe (URL shortener)", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "http://file.bin.moe/api/objects/shorten", - "Body": "MultipartFormData", - "Arguments": { - "token": "YOUR_TOKEN_HERE", - "url": "$input$" - }, - "URL": "http://i1.tf/$json:o.result_id$" -} \ No newline at end of file diff --git a/CustomUploaders/file.coffee.sxcu b/CustomUploaders/file.coffee.sxcu deleted file mode 100644 index 9fb3cb5..0000000 --- a/CustomUploaders/file.coffee.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://file.coffee/api", - "Body": "MultipartFormData", - "FileFormName": "image", - "URL": "https://file.coffee/$json:filename$" -} \ No newline at end of file diff --git a/CustomUploaders/file.io.sxcu b/CustomUploaders/file.io.sxcu deleted file mode 100644 index 55f0ea9..0000000 --- a/CustomUploaders/file.io.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://file.io/", - "Parameters": { - "expires": "1w" - }, - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:link$" -} \ No newline at end of file diff --git a/CustomUploaders/file.wine (Random).sxcu b/CustomUploaders/file.wine (Random).sxcu deleted file mode 100644 index 04d132d..0000000 --- a/CustomUploaders/file.wine (Random).sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "file.wine (Random)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://$random:depressive.club|xpross.center|hypixel.party|send-me-more.cash|niggers.group|fuck-your.party|sharex.host|niggers.farm|niggers.cool|skidding-for.life|png.party|doxing.services|mojang.sucks|discord.sucks|pls-kill.me|hitler.cool|ariana-gran.de|wrist-sl.it|rape.horse|niggers.life|buy-a-nig.ga|hitler.ooo|dont-dox.me$/upload.php", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "https://$json:responseurl$/$json:file$" -} \ No newline at end of file diff --git a/CustomUploaders/file.wine.sxcu b/CustomUploaders/file.wine.sxcu deleted file mode 100644 index 021cd28..0000000 --- a/CustomUploaders/file.wine.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://file.wine/upload.php", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "https://file.wine/$json:file$" -} \ No newline at end of file diff --git a/CustomUploaders/framapic.org.sxcu b/CustomUploaders/framapic.org.sxcu deleted file mode 100644 index 19ed92c..0000000 --- a/CustomUploaders/framapic.org.sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://framapic.org/", - "Body": "MultipartFormData", - "Arguments": { - "format": "json", - "delete-day": "0", - "first-view": "0", - "crypt": "0", - "keep-exif": "0" - }, - "FileFormName": "file", - "URL": "https://framapic.org/$json:msg.short$", - "DeletionURL": "https://framapic.org/d/$json:msg.real_short$/$json:msg.token$" -} \ No newline at end of file diff --git a/CustomUploaders/fred.moe.sxcu b/CustomUploaders/fred.moe.sxcu deleted file mode 100644 index 553371d..0000000 --- a/CustomUploaders/fred.moe.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://fred.moe/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:files[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/freeimage.host.sxcu b/CustomUploaders/freeimage.host.sxcu deleted file mode 100644 index 4d2353b..0000000 --- a/CustomUploaders/freeimage.host.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://freeimage.host/api/1/upload", - "Body": "MultipartFormData", - "Arguments": { - "key": "6d207e02198a847aa98d0a2a901485a5", - "format": "redirect" - }, - "FileFormName": "source", - "URL": "$responseurl$" -} diff --git a/CustomUploaders/fuck.it.sxcu b/CustomUploaders/fuck.it.sxcu deleted file mode 100644 index 33906d1..0000000 --- a/CustomUploaders/fuck.it.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "GET", - "RequestURL": "https://fuck.it/api/", - "Parameters": { - "key": "YOUR KEY HERE", - "url": "$input$" - }, - "URL": "$json:short$" -} \ No newline at end of file diff --git a/CustomUploaders/fuwa.se.sxcu b/CustomUploaders/fuwa.se.sxcu deleted file mode 100644 index 3267b9d..0000000 --- a/CustomUploaders/fuwa.se.sxcu +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://fuwa.se/api/upload", - "Body": "MultipartFormData", - "FileFormName": "files[]", - "URL": "$json:files[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/git.io.sxcu b/CustomUploaders/git.io.sxcu deleted file mode 100644 index c01474c..0000000 --- a/CustomUploaders/git.io.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://git.io/create", - "Body": "MultipartFormData", - "Arguments": { - "url": "$input$" - }, - "URL": "https://git.io/$response$" -} \ No newline at end of file diff --git a/CustomUploaders/glot.io (Anonymous).sxcu b/CustomUploaders/glot.io (Anonymous).sxcu deleted file mode 100644 index 9117470..0000000 --- a/CustomUploaders/glot.io (Anonymous).sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "13.1.0", - "Name": "glot.io (Anonymous)", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "https://snippets.glot.io/snippets", - "Headers": { - "Content-type": "application/json" - }, - "Body": "JSON", - "Data": "{\"language\":\"plaintext\",\"title\":\"$filename$\",\"public\":true,\"files\":[{\"name\":\"$filename$\",\"content\":\"$input$\"}]}", - "URL": "https://glot.io/snippets/$json:id$" -} diff --git a/CustomUploaders/glot.io (User).sxcu b/CustomUploaders/glot.io (User).sxcu deleted file mode 100644 index 78a4717..0000000 --- a/CustomUploaders/glot.io (User).sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "13.1.0", - "Name": "glot.io (User)", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "https://snippets.glot.io/snippets", - "Headers": { - "Authorization": "Token YOUR-TOKEN", - "Content-type": "application/json" - }, - "Body": "JSON", - "Data": "{\"language\":\"plaintext\",\"title\":\"$filename$\",\"public\":false,\"files\":[{\"name\":\"$filename$\",\"content\":\"$input$\"}]}", - "URL": "https://glot.io/snippets/$json:id$" -} diff --git a/CustomUploaders/hnng.moe (File uploader).sxcu b/CustomUploaders/hnng.moe (File uploader).sxcu deleted file mode 100644 index af1e7e0..0000000 --- a/CustomUploaders/hnng.moe (File uploader).sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "hnng.moe (File uploader)", - "RequestMethod": "POST", - "RequestURL": "http://www.hnng.moe/upload_d.php", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$", - "DeletionURL": "$json:deletelink$" -} \ No newline at end of file diff --git a/CustomUploaders/hnng.moe (URL shortener).sxcu b/CustomUploaders/hnng.moe (URL shortener).sxcu deleted file mode 100644 index 1148da9..0000000 --- a/CustomUploaders/hnng.moe (URL shortener).sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "hnng.moe (URL shortener)", - "RequestMethod": "GET", - "RequestURL": "http://www.hnng.moe/shortapi.php", - "Parameters": { - "url": "$input$" - } -} \ No newline at end of file diff --git a/CustomUploaders/httpbin.org.sxcu b/CustomUploaders/httpbin.org.sxcu deleted file mode 100644 index 0ac31e0..0000000 --- a/CustomUploaders/httpbin.org.sxcu +++ /dev/null @@ -1,23 +0,0 @@ -{ - "Version": "13.0.0", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "https://httpbin.org/anything", - "Parameters": { - "Arg1": "Value1", - "Arg2": "Value2", - "Arg3": "Value3" - }, - "Headers": { - "Header1": "Value1", - "Header2": "Value2", - "Header3": "Value3" - }, - "Body": "MultipartFormData", - "Arguments": { - "Form1": "Value1", - "Form2": "Value2", - "Form3": "Value3" - }, - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/i-am.a-virg.in.sxcu b/CustomUploaders/i-am.a-virg.in.sxcu deleted file mode 100644 index 96b16b9..0000000 --- a/CustomUploaders/i-am.a-virg.in.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://i-am.a-virg.in/api/shorten", - "Parameters": { - "link": "$input$" - }, - "Body": "MultipartFormData", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/imgops.com.sxcu b/CustomUploaders/imgops.com.sxcu deleted file mode 100644 index 3052942..0000000 --- a/CustomUploaders/imgops.com.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "http://imgops.com/upload/uploadPhoto-action.asp", - "Body": "MultipartFormData", - "FileFormName": "photo", - "URL": "$responseurl$" -} \ No newline at end of file diff --git a/CustomUploaders/imgup.net.sxcu b/CustomUploaders/imgup.net.sxcu deleted file mode 100644 index ce5fb96..0000000 --- a/CustomUploaders/imgup.net.sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://imgup.net/upload", - "Headers": { - "Accept": "application/json" - }, - "Body": "MultipartFormData", - "Arguments": { - "_method": "put" - }, - "FileFormName": "image[image][]", - "URL": "$json:direct_link$", - "ThumbnailURL": "$json:thumb_link$" -} \ No newline at end of file diff --git a/CustomUploaders/imgur.com.sxcu b/CustomUploaders/imgur.com.sxcu deleted file mode 100644 index 4a0587d..0000000 --- a/CustomUploaders/imgur.com.sxcu +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://imgur.com/upload", - "Body": "MultipartFormData", - "FileFormName": "Filedata", - "URL": "http://imgur.com/$json:data.hash$" -} \ No newline at end of file diff --git a/CustomUploaders/ipfs.io.sxcu b/CustomUploaders/ipfs.io.sxcu deleted file mode 100644 index 66df437..0000000 --- a/CustomUploaders/ipfs.io.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "ipfs.io", - "DestinationType": "ImageUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "http://localhost:5001/api/v0/add", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "https://ipfs.io/ipfs/$json:Hash$" -} \ No newline at end of file diff --git a/CustomUploaders/is-inside.me.sxcu b/CustomUploaders/is-inside.me.sxcu deleted file mode 100644 index d97373e..0000000 --- a/CustomUploaders/is-inside.me.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Name": "is-inside.me", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestURL": "https://.is-inside.me/upload", - "FileFormName": "file", - "Headers": { - "key": "" - }, - "URL": "$json:url$" -} diff --git a/CustomUploaders/itmages.ru.sxcu b/CustomUploaders/itmages.ru.sxcu deleted file mode 100644 index 81c43cb..0000000 --- a/CustomUploaders/itmages.ru.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://itmages.ru/api/v3/pictures", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "http://$json:success.storage$.static.itmages.ru/$json:success.picture$", - "ThumbnailURL": "http://$json:success.storage$.static.itmages.ru/$json:success.thumbnail$" -} \ No newline at end of file diff --git a/CustomUploaders/itsosticky.com.sxcu b/CustomUploaders/itsosticky.com.sxcu deleted file mode 100644 index 28b6863..0000000 --- a/CustomUploaders/itsosticky.com.sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://itsosticky.com/resource/add_upload", - "Body": "MultipartFormData", - "Arguments": { - "category": "unpublished", - "title": "", - "album": "false", - "album_title": "", - "album_ref": "" - }, - "FileFormName": "upload", - "URL": "https://itsosticky.com/$json:ref$" -} \ No newline at end of file diff --git a/CustomUploaders/ix.io.sxcu b/CustomUploaders/ix.io.sxcu deleted file mode 100644 index 20f48bd..0000000 --- a/CustomUploaders/ix.io.sxcu +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://ix.io", - "Body": "MultipartFormData", - "FileFormName": "f:1" -} \ No newline at end of file diff --git a/CustomUploaders/jbcdn.net.sxcu b/CustomUploaders/jbcdn.net.sxcu deleted file mode 100644 index 41154eb..0000000 --- a/CustomUploaders/jbcdn.net.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "jbcdn.net", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://STORAGEBOXSLUG.jbcdn.net/YOURFILEPATH/$filename$", - "Body": "MultipartFormData", - "Arguments": { - "upkey": "YOURAPIKEY" - }, - "FileFormName": "file", - "URL": "$json:result.URL$", - "ThumbnailURL": "$json:result.URL$" -} diff --git a/CustomUploaders/leo.immobilien.sxcu b/CustomUploaders/leo.immobilien.sxcu deleted file mode 100644 index f5b4147..0000000 --- a/CustomUploaders/leo.immobilien.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://leo.immobilien/api/create", - "Body": "JSON", - "Data": "{\"url\":\"$input$\"}", - "URL": "https://leo.immobilien/$json:urlKey$" -} \ No newline at end of file diff --git a/CustomUploaders/lewd.pics.sxcu b/CustomUploaders/lewd.pics.sxcu deleted file mode 100644 index 3557825..0000000 --- a/CustomUploaders/lewd.pics.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://lewd.pics/p/", - "Body": "MultipartFormData", - "Arguments": { - "curl2": "1" - }, - "FileFormName": "fileToUpload" -} \ No newline at end of file diff --git a/CustomUploaders/lewd.se.sxcu b/CustomUploaders/lewd.se.sxcu deleted file mode 100644 index a10c3a8..0000000 --- a/CustomUploaders/lewd.se.sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://lewd.se/api.php", - "Parameters": { - "d": "upload-tool" - }, - "Body": "MultipartFormData", - "Arguments": { - "name": "", - "randomname": "" - }, - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/lookpic.com.sxcu b/CustomUploaders/lookpic.com.sxcu deleted file mode 100644 index c41f603..0000000 --- a/CustomUploaders/lookpic.com.sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://lookpic.com/upload.php", - "Body": "MultipartFormData", - "FileFormName": "image", - "RegexList": [ - "value='(http://.+?)The link to your page is here:<\\/h2>\\n)", - "(?<=

Edit your page here:<\\/h2>\\n)", - "(?<=

Your edit code: ).+?(?=<\\/strong>)" - ], - "URL": "$regex:1$", - "DeletionURL": "$regex:2$ (Edit code: $regex:3$)" -} \ No newline at end of file diff --git a/CustomUploaders/uguu.se.sxcu b/CustomUploaders/uguu.se.sxcu deleted file mode 100644 index a0cd053..0000000 --- a/CustomUploaders/uguu.se.sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://uguu.se/api.php", - "Parameters": { - "d": "upload-tool" - }, - "Body": "MultipartFormData", - "Arguments": { - "name": "", - "randomname": "on" - }, - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/unsee.cc.sxcu b/CustomUploaders/unsee.cc.sxcu deleted file mode 100644 index b84bc10..0000000 --- a/CustomUploaders/unsee.cc.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://unsee.cc/upload/", - "Body": "MultipartFormData", - "Arguments": { - "time": "0" - }, - "FileFormName": "image[]", - "URL": "https://unsee.cc/$json:hash$" -} \ No newline at end of file diff --git a/CustomUploaders/unserialize.com.sxcu b/CustomUploaders/unserialize.com.sxcu deleted file mode 100644 index 1ef0333..0000000 --- a/CustomUploaders/unserialize.com.sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "http://www.unserialize.com/", - "Body": "MultipartFormData", - "Arguments": { - "input": "$input$", - "output": "print_r" - }, - "URL": "$responseurl$" -} \ No newline at end of file diff --git a/CustomUploaders/up.vidyagam.es.sxcu b/CustomUploaders/up.vidyagam.es.sxcu deleted file mode 100644 index 0c041b1..0000000 --- a/CustomUploaders/up.vidyagam.es.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://up.vidyagam.es", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/up2sha.re (User).sxcu b/CustomUploaders/up2sha.re (User).sxcu deleted file mode 100644 index eb45a28..0000000 --- a/CustomUploaders/up2sha.re (User).sxcu +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "up2sha.re (User)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.up2sha.re/files", - "Headers": { - "Accept": "application/vnd.u2s.v1+json", - "X-Api-Key": "your_api_key" - }, - "Body": "MultipartFormData", - "Arguments": { - "visibility": "private", - "description": "Uploaded by ShareX." - }, - "FileFormName": "file", - "URL": "$json:public_url$" -} \ No newline at end of file diff --git a/CustomUploaders/upl.io.sxcu b/CustomUploaders/upl.io.sxcu deleted file mode 100644 index 8a8a4c7..0000000 --- a/CustomUploaders/upl.io.sxcu +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "https://upl.io", - "Body": "MultipartFormData", - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/uploadfiles.io.sxcu b/CustomUploaders/uploadfiles.io.sxcu deleted file mode 100644 index 1974370..0000000 --- a/CustomUploaders/uploadfiles.io.sxcu +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "uploadfiles.io", - "RequestMethod": "POST", - "RequestURL": "https://up.uploadfiles.io/upload", - "Body": "MultipartFormData", - "FileFormName": "file", - "URL": "$json:url$" -} \ No newline at end of file diff --git a/CustomUploaders/uploadpie.com.sxcu b/CustomUploaders/uploadpie.com.sxcu deleted file mode 100644 index e5e79a9..0000000 --- a/CustomUploaders/uploadpie.com.sxcu +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Version": "12.4.1", - "RequestMethod": "POST", - "RequestURL": "http://uploadpie.com", - "Body": "MultipartFormData", - "Arguments": { - "upload": "1", - "expire": "4" - }, - "FileFormName": "uploadedfile", - "RegexList": [ - "value=\"(.+?)\"" - ], - "URL": "$regex:1,1$" -} \ No newline at end of file diff --git a/CustomUploaders/urlify.dev.sxcu b/CustomUploaders/urlify.dev.sxcu deleted file mode 100644 index e535276..0000000 --- a/CustomUploaders/urlify.dev.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://urlify.dev/api/", - "Parameters": { - "url": "$input$", - "method": "json" - }, - "URL": "$json:short$" -} \ No newline at end of file diff --git a/CustomUploaders/vee.gg.sxcu b/CustomUploaders/vee.gg.sxcu deleted file mode 100644 index a3822bd..0000000 --- a/CustomUploaders/vee.gg.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://vee.gg/", - "Body": "FormURLEncoded", - "Arguments": { - "link": "$input$" - }, - "RegexList": [ - "\\\"https:\\/\\/vee\\.gg\\/(.*)\\\"" - ], - "URL": "https://vee.gg/$regex:1|1$" -} \ No newline at end of file diff --git a/CustomUploaders/verylegit.link.sxcu b/CustomUploaders/verylegit.link.sxcu deleted file mode 100644 index 3261f32..0000000 --- a/CustomUploaders/verylegit.link.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "https://verylegit.link/sketchify", - "Body": "MultipartFormData", - "Arguments": { - "long_url": "$input$" - }, - "RegexList": [ - "(?:https?:\\/\\/)?(.+)" - ], - "URL": "http://$regex:1,1$" -} \ No newline at end of file diff --git a/CustomUploaders/vocaroo.com.sxcu b/CustomUploaders/vocaroo.com.sxcu deleted file mode 100644 index 60c0ffe..0000000 --- a/CustomUploaders/vocaroo.com.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "vocaroo.com", - "RequestMethod": "POST", - "RequestURL": "http://s1.vocaroo.com/media/upload.php", - "Parameters": { - "respond_from_www_main": "" - }, - "Body": "MultipartFormData", - "FileFormName": "upload_data", - "URL": "$json:media_link$", - "DeletionURL": "http://vocaroo.com/delete/$json:media_id$/$json:delete_token$" -} \ No newline at end of file diff --git a/CustomUploaders/waa.ai.sxcu b/CustomUploaders/waa.ai.sxcu deleted file mode 100644 index 785aa1c..0000000 --- a/CustomUploaders/waa.ai.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "waa.ai", - "RequestMethod": "POST", - "RequestURL": "https://api.waa.ai/shorten", - "Body": "MultipartFormData", - "Arguments": { - "url": "$input$" - }, - "URL": "$json:data.url$" -} \ No newline at end of file diff --git a/CustomUploaders/whats-th.is (Random).sxcu b/CustomUploaders/whats-th.is (Random).sxcu deleted file mode 100644 index 4006247..0000000 --- a/CustomUploaders/whats-th.is (Random).sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "whats-th.is (Random)", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.awau.moe/upload/pomf", - "Parameters": { - "key": "YOUR_API_KEY" - }, - "Body": "MultipartFormData", - "FileFormName": "files[]", - "URL": "https://$random:bad-me.me|buttsare.sexy|can-i-ask-dean-on-a.date|cat.girlsare.life|chito.ge|discord.coffee|fox.girlsare.life|file.z0ne.moe|how-about-th.at|i.am-a.ninja|i-hate.dabbot.org|i-was-scammed-by.dabbot.org|im.not.ovh|i.stole-a-me.me|i-need.discord.cards|kotline-for.life|light-theme-hurts.my-ey.es|link.z0ne.moe|nyanyanya.moe|owo.whats-th.is|owo.sh|paste.dabbot.org|pantsu.review|quak.ovh|requires.discord.gold|take-me-on-a.date|test.deam.pro|thats-a.link|totally-not.a-sketchy.site|uwu.ninja|woah.this-is-a.site|o.lol-sa.me$/$json:files[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/whats-th.is (URL shortener).sxcu b/CustomUploaders/whats-th.is (URL shortener).sxcu deleted file mode 100644 index 7439591..0000000 --- a/CustomUploaders/whats-th.is (URL shortener).sxcu +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "whats-th.is (URL shortener)", - "DestinationType": "URLShortener", - "RequestMethod": "GET", - "RequestURL": "https://api.awau.moe/shorten/polr", - "Parameters": { - "apikey": "YOUR_API_KEY", - "action": "shorten", - "url": "$input$" - } -} \ No newline at end of file diff --git a/CustomUploaders/whats-th.is.sxcu b/CustomUploaders/whats-th.is.sxcu deleted file mode 100644 index c2b2ded..0000000 --- a/CustomUploaders/whats-th.is.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "whats-th.is", - "DestinationType": "ImageUploader, TextUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://api.awau.moe/upload/pomf", - "Parameters": { - "key": "YOUR_API_KEY" - }, - "Body": "MultipartFormData", - "FileFormName": "files[]", - "URL": "https://owo.whats-th.is/$json:files[0].url$" -} \ No newline at end of file diff --git a/CustomUploaders/why-am-i-he.re.sxcu b/CustomUploaders/why-am-i-he.re.sxcu deleted file mode 100644 index 54e4cbd..0000000 --- a/CustomUploaders/why-am-i-he.re.sxcu +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://why-am-i-he.re/upload", - "Body": "MultipartFormData", - "FileFormName": "image", - "URL": "$json:url$", - "DeletionURL": "$json:del_url$" -} \ No newline at end of file diff --git a/CustomUploaders/write.as.sxcu b/CustomUploaders/write.as.sxcu deleted file mode 100644 index 19856ac..0000000 --- a/CustomUploaders/write.as.sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "TextUploader", - "RequestMethod": "POST", - "RequestURL": "https://write.as/api/posts", - "Body": "MultipartFormData", - "Arguments": { - "body": "$input$", - "title": "", - "font": "", - "lang": "", - "rtl": "" - }, - "URL": "https://write.as/$json:data.id$", - "ThumbnailURL": "https://write.as/$json:data.id$.txt" -} \ No newline at end of file diff --git a/CustomUploaders/x0.at.sxcu b/CustomUploaders/x0.at.sxcu deleted file mode 100644 index 77c99f3..0000000 --- a/CustomUploaders/x0.at.sxcu +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader, FileUploader", - "RequestMethod": "POST", - "RequestURL": "https://x0.at/", - "Body": "MultipartFormData", - "FileFormName": "file" -} \ No newline at end of file diff --git a/CustomUploaders/yabumi.cc.sxcu b/CustomUploaders/yabumi.cc.sxcu deleted file mode 100644 index 4d3b391..0000000 --- a/CustomUploaders/yabumi.cc.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://yabumi.cc/api/images.json", - "Body": "MultipartFormData", - "FileFormName": "imagedata", - "RegexList": [ - "\"url\": \"https://yabumi.cc/[0-9a-fA-F]{24}\\.(?png|jpg|gif|svg|psd|pdf)\"," - ], - "URL": "https://yabumi.cc/api/images/$json:id$.$regex:1,ext$", - "DeletionURL": "$json:editUrl$" -} \ No newline at end of file diff --git a/CustomUploaders/yandex.com.sxcu b/CustomUploaders/yandex.com.sxcu deleted file mode 100644 index 4dbfe66..0000000 --- a/CustomUploaders/yandex.com.sxcu +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Version": "13.0.2", - "DestinationType": "ImageUploader", - "RequestMethod": "POST", - "RequestURL": "https://yandex.com/images/search", - "Parameters": { - "rpt": "imageview", - "format": "json", - "request": "{\"blocks\":[{\"block\":\"b-page_type_search-by-image__link\"}]}" - }, - "Body": "MultipartFormData", - "FileFormName": "upfile", - "URL": "https://yandex.com/images/search?$json:blocks[0].params.url$" -} \ No newline at end of file diff --git a/CustomUploaders/yourls.org.sxcu b/CustomUploaders/yourls.org.sxcu deleted file mode 100644 index d9a7d57..0000000 --- a/CustomUploaders/yourls.org.sxcu +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Version": "12.4.1", - "DestinationType": "URLShortener", - "RequestMethod": "POST", - "RequestURL": "http://yourls.org/yourls-api.php", - "Body": "MultipartFormData", - "Arguments": { - "signature": "Your signature", - "action": "shorturl", - "url": "$input$", - "format": "simple" - } -} \ No newline at end of file diff --git a/CustomUploaders/zippyshare.com.sxcu b/CustomUploaders/zippyshare.com.sxcu deleted file mode 100644 index 8f79fb5..0000000 --- a/CustomUploaders/zippyshare.com.sxcu +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Version": "12.4.1", - "Name": "zippyshare.com", - "RequestMethod": "POST", - "RequestURL": "http://www40.zippyshare.com/upload", - "Body": "MultipartFormData", - "Arguments": { - "private": "true" - }, - "FileFormName": "file_0", - "RegexList": [ - "\\/v\\/(?\\w+)\\/file\\.html" - ], - "URL": "http://www40.zippyshare.com/v/$regex:1,code$/file.html", - "ThumbnailURL": "http://www40.zippyshare.com/thumb/$regex:1,code$/file.html" -} \ No newline at end of file diff --git a/CustomUploaders/zws.im.sxcu b/CustomUploaders/zws.im.sxcu deleted file mode 100644 index 4b8934a..0000000 --- a/CustomUploaders/zws.im.sxcu +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": "13.0.0", - "Name": "zws.im", - "DestinationType": "URLShortener", - "RequestMethod": "GET", - "RequestURL": "https://us-central1-zero-width-shortener.cloudfunctions.net/shortenURL", - "Parameters": { - "url": "$input$" - }, - "URL": "https://zws.im/$json:short$" -} \ No newline at end of file