This commit is contained in:
parent
2970fa1a15
commit
37e69a7b17
14 changed files with 1123 additions and 20 deletions
6
sg1.toml
6
sg1.toml
|
|
@ -16,3 +16,9 @@ to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
|||
from = ".*ic"
|
||||
to = "https://en.wikipedia.org/wiki/Special:Random"
|
||||
using = "regex"
|
||||
|
||||
[[routes]]
|
||||
from = "dod([fs][0-9]{2})e([0-9]{3})"
|
||||
# Capture groups can be replaced using numbered capture groups (`$1`, `$2`, ...)
|
||||
to = "https://dod.cptlobster.dev/episodes/$1/$2"
|
||||
using = "regex"
|
||||
Loading…
Add table
Add a link
Reference in a new issue