Created
October 6, 2015 17:53
-
-
Save overjt/4818f127d54285c98191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "webmhost", | |
"RequestType": "POST", | |
"RequestURL": "http://webm.host/working/upload.php", | |
"FileFormName": "fileToUpload", | |
"Arguments": { | |
"theTitle": "%unix", | |
"submit": "Upload" | |
}, | |
"ResponseType": "Text", | |
"RegexList": [ | |
"http\\:\\/\\/webm\\.host\\/([a-zA-Z0-9]+)" | |
], | |
"URL": "http://webm.host/$1,1$/vid.webm", | |
"ThumbnailURL": "", | |
"DeletionURL": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment