diff --git a/modules/WhatsApp.php b/modules/WhatsApp.php new file mode 100644 index 0000000..b7fec85 --- /dev/null +++ b/modules/WhatsApp.php @@ -0,0 +1,15 @@ +patch->setBranch('Android'); + } + function check() : bool { + if ($this->fetch('https://www.whatsapp.com/android')) + return $this->parse('/\(Version ([\d\.]+)\)/'); + return false; + } +} + +?>