From 074e34aa007dc104fd55460f9ebd8a80276bf997 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 16 Aug 2021 15:03:13 +0200 Subject: [PATCH] Add Paint.NET --- modules/PaintNet.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/PaintNet.php 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; + } +} + +?>