From 9cfef766b12d9c395cb75176bb7559afeec207b8 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sun, 3 May 2020 19:35:42 +0200 Subject: [PATCH] Add Sublime Text 3 --- modules/SublimeText3.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/SublimeText3.php 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; + } +} + +?>