diff --git a/modules/PaintNet.php b/modules/PaintNet.php new file mode 100644 index 0000000..5bbd4bd --- /dev/null +++ b/modules/PaintNet.php @@ -0,0 +1,14 @@ +fetch('https://www.getpaint.net/')) + return $this->parse('/paint\.net\s+([\d\.]+)<\/b>/'); + return false; + } +} + +?>