18 lines
551 B
Plaintext
18 lines
551 B
Plaintext
{
|
|
"Version": "12.4.1",
|
|
"DestinationType": "TextUploader",
|
|
"RequestMethod": "POST",
|
|
"RequestURL": "http://txti.es/",
|
|
"Body": "MultipartFormData",
|
|
"Arguments": {
|
|
"content": "$input$",
|
|
"submit": "Save and done"
|
|
},
|
|
"RegexList": [
|
|
"(?<=<h2>The link to your page is here:<\\/h2>\\n<a href=\").+?(?=\">)",
|
|
"(?<=<h2>Edit your page here:<\\/h2>\\n<a href=\").+?(?=\">)",
|
|
"(?<=<p>Your edit code: <strong>).+?(?=<\\/strong>)"
|
|
],
|
|
"URL": "$regex:1$",
|
|
"DeletionURL": "$regex:2$ (Edit code: $regex:3$)"
|
|
} |