diff --git a/modules/VeraCrypt.php b/modules/VeraCrypt.php new file mode 100644 index 0000000..d180bd0 --- /dev/null +++ b/modules/VeraCrypt.php @@ -0,0 +1,14 @@ +fetch('https://www.veracrypt.fr/en/Downloads.html')) + return $this->parse('_//launchpad\.net/veracrypt/trunk/[\d\.]+[a-z]?[-a-z\d]*/+download/VeraCrypt%20Setup%20([\d\.]+[a-z]?[-A-Za-z\d]*)\.exe_'); + return false; + } +} + +?>