diff --git a/modules/SublimeText3.php b/modules/SublimeText3.php new file mode 100644 index 0000000..48c000e --- /dev/null +++ b/modules/SublimeText3.php @@ -0,0 +1,15 @@ +patch->setBranch('3'); + } + function check() : bool { + if ($this->fetch('https://www.sublimetext.com/3')) + return $this->parse('/

.+Build ([\d]+)<\/p>/'); + return false; + } +} + +?>