WhatsApp: rename scraper
This commit is contained in:
parent
cd77db8b86
commit
290f770ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
|
||||
class WhatsApp extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('WhatsApp LLC', 'WhatsApp', 'https://www.whatsapp.com/android');
|
||||
$this->patch->setBranch('Android');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.whatsapp.com/android'))
|
||||
return $this->parse('/\(Version ([\d\.]+)\)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue