aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 45a55d0..87967ef 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -112,3 +112,10 @@ source = "github"
github = "danixland/firefly-cli"
use_max_tag = true
prefix = "v"
+
+[UrbanTerror]
+source = "regex"
+url = "https://www.urbanterror.info/downloads/"
+regex = "UrbanTerror(\\d+)_full\\.zip"
+from_pattern = "(\\d)(\\d)(\\d)"
+to_pattern = "\\1.\\2.\\3"