14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
|
{
|
||
|
"Version": "12.4.1",
|
||
|
"DestinationType": "URLShortener",
|
||
|
"RequestMethod": "POST",
|
||
|
"RequestURL": "https://9m.no/create",
|
||
|
"Body": "MultipartFormData",
|
||
|
"Arguments": {
|
||
|
"url": "$input$"
|
||
|
},
|
||
|
"RegexList": [
|
||
|
"\"shortenedUrl\"><a href=\"(.+)\">"
|
||
|
],
|
||
|
"URL": "$regex:1|1$"
|
||
|
}
|