Skip to content

Commit c115c21

Browse files
committed
Added json:response to biturl.io
1 parent 4a40596 commit c115c21

6 files changed

+12
-11
lines changed

biturl.io (URL shortener).json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"key": "YourKeyHere",
77
"url": "$input$"
88
},
9-
"ResponseType": "Text"
9+
"ResponseType": "Text",
10+
"URL": "$json:response$"
1011
}

digitaaldelen.nl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"Name": "digitaaldelen.nl",
33
"RequestType": "POST",
44
"RequestURL": "http://digitaaldelen.nl/index.php",
@@ -12,4 +12,4 @@
1212
"1(.*)"
1313
],
1414
"URL": "$regex:1,1$"
15-
}
15+
}

fuwa.se.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
1+
{
22
"Name": "fuwa.se",
33
"RequestType": "POST",
44
"RequestURL": "https://fuwa.se/api/upload",
55
"FileFormName": "files[]",
66
"ResponseType": "Text",
77
"URL": "$json:files[0].url$"
8-
}
8+
}

pewdcf.json pewd.cf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
1+
{
22
"Name": "pewd.cf",
33
"RequestType": "POST",
44
"RequestURL": "https://pewd.cf",
55
"FileFormName": "file",
66
"ResponseType": "Text",
77
"URL": "$json:url$"
8-
}
8+
}

shrt.lu.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"Name": "shrt.lu",
33
"RequestType": "GET",
44
"RequestURL": "http://shrt.lu/api/create",
@@ -7,4 +7,4 @@
77
"url": "$input$"
88
},
99
"ResponseType": "Text"
10-
}
10+
}

temphoster.com.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"Name": "temphoster.com",
33
"RequestType": "POST",
44
"RequestURL": "http://temphoster.com/index.php",
@@ -12,4 +12,4 @@
1212
"1(.*)"
1313
],
1414
"URL": "$regex:1,1$"
15-
}
15+
}

0 commit comments

Comments
 (0)