Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackhalt/636b49a2a5dd2de68a8c to your computer and use it in GitHub Desktop.
Save blackhalt/636b49a2a5dd2de68a8c to your computer and use it in GitHub Desktop.
redirector.rjson
{
"createdBy": "Redirector v2.7.1",
"createdAt": "2014-10-21T04:24:38.482Z",
"redirects": [
{
"exampleUrl": "http://bh.id.lv/kautkas",
"includePattern": "^http://bh.id.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "https://bh.id.lv/$1",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://delfi.lv/raksts",
"includePattern": "^http://(|www.)delfi.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.delfi.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://apollo.tvnet.lv/raksts",
"includePattern": "^http://(|www.)apollo.tvnet.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.apollo.tvnet.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://www.tvnet.lv/raksts",
"includePattern": "^http://(|www.)tvnet.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.tvnet.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://www.db.lv/raksts",
"includePattern": "^http://(|www.)db.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.db.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://www.diena.lv/raksts",
"includePattern": "^http://(|www.)diena.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.diena.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://www.ir.lv/raksts",
"includePattern": "^http://(|www.)ir.lv/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://mob.ir.lv/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://pietiek.com/raksts",
"includePattern": "^http://(|www.)pietiek.com/(.*?)$",
"excludePattern": "",
"redirectUrl": "http://m.pietiek.com/$2",
"patternType": "R",
"unescapeMatches": false,
"escapeMatches": false,
"disabled": false
},
{
"exampleUrl": "http://m.diena.lv/lat/home",
"includePattern": "http://m.diena.lv/lat/home",
"excludePattern": "",
"redirectUrl": "http://m.diena.lv/",
"patternType": "W",
"disabled": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment