diff --git a/modules/Krita.php b/modules/Krita.php new file mode 100644 index 0000000..885143d --- /dev/null +++ b/modules/Krita.php @@ -0,0 +1,14 @@ +fetch('https://krita.org/en/download/krita-desktop/')) + return $this->parse('/

Download Krita[\s]*([\d\.]+)<\/h3>/'); + return false; + } +} + +?>