Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Add url9.de config
Browse files Browse the repository at this point in the history
This should work, but it doesn't
  • Loading branch information
Eric Rösch committed Mar 27, 2018
1 parent f7dbfb5 commit 342dbe9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions url9.de.sxcu
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"DestinationType": "URLShortener",
"RequestURL": "http://url9.de/",
"Arguments": {
"longurl": "$input$"
},
"RegexList": [
"(?<=<input style='color:blue; width:80%;' type='text' value=').*?(?=' readonly>)"
],
"URL": "$regex:1,1$"
}

0 comments on commit 342dbe9

Please sign in to comment.