diff --git a/modules/BCompare5.php b/modules/BCompare5.php new file mode 100644 index 0000000..2767ed7 --- /dev/null +++ b/modules/BCompare5.php @@ -0,0 +1,15 @@ +patch->setBranch('5'); + } + function check() : bool { + if ($this->fetch('https://www.scootersoftware.com/checkupdates.php?product=bc5')) + return $this->parse('/Version ([\d\.]+ build \d+)<\/b>/'); + return false; + } +} + +?>