diff --git a/modules/APlanX.php b/modules/APlanX.php deleted file mode 100644 index 943dce0..0000000 --- a/modules/APlanX.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch('https://www.braintool.com/patch-a-plan-x-historie/')) - return $this->parse('/Release ([\d\.]+) /'); - return false; - } -} - -?> diff --git a/modules/ChemGes.php b/modules/ChemGes.php deleted file mode 100644 index 94f8627..0000000 --- a/modules/ChemGes.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch('https://dr-software.com/en/')) - return $this->parse('/Version ([\d\.]+) diff --git a/modules/InnoSetup.php b/modules/InnoSetup.php deleted file mode 100644 index 6451313..0000000 --- a/modules/InnoSetup.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch('https://jrsoftware.org/isdl.php')) - return $this->parse('/>innosetup-([\d\.]+).exe diff --git a/modules/JaspersoftStudio.php b/modules/JaspersoftStudio.php deleted file mode 100644 index 61f0fce..0000000 --- a/modules/JaspersoftStudio.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('Community Edition'); - } - function check() : bool { - if ($this->fetch('https://community.jaspersoft.com/download-jaspersoft/community-edition/')) - return $this->parse('/Jaspersoft Studio ([\d\.]+) \| Windows/'); - return false; - } -} - -?> diff --git a/modules/KasperskyEndpoint.php b/modules/KasperskyEndpoint.php deleted file mode 100644 index 2e39362..0000000 --- a/modules/KasperskyEndpoint.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch('https://api-router.kaspersky-labs.com/downloads/search/v3/b2b?productcode=2911379&sites=https%3A%2F%2Fwww.kaspersky.com&sites=https%3A%2F%2Fwww.kaspersky.com%2Fcarribean&sites=https%3A%2F%2Fwww.kaspersky.com%2Fisrael&sites=https%3A%2F%2Fwww.kaspersky.com%2Fsouth-east-asia&sites=https%3A%2F%2Fwww.kaspersky.com%2Findonesia&sites=https%3A%2F%2Fwww.kaspersky.com%2Fthe-european-union&sites=https%3A%2F%2Fwww.kaspersky.com%2Flatvia&sites=https%3A%2F%2Fwww.kaspersky.com%2Flithuania&sites=https%3A%2F%2Fwww.kaspersky.com%2Festonia&sites=https%3A%2F%2Fwww.kaspersky.com%2Funited-kingdom&sites=https%3A%2F%2Fwww.kaspersky.com%2Fcalifornia&sites=https%3A%2F%2Fwww.kaspersky.com%2Fbrazil')) - return $this->parse('/"Link":"http[^"]+keswin_([\d\.]+)_en_[^\.]+\.exe/'); - return false; - } -} - -?>