diff --git a/modules/WinSCP.php b/modules/WinSCP.php new file mode 100644 index 0000000..12728cb --- /dev/null +++ b/modules/WinSCP.php @@ -0,0 +1,14 @@ +fetch('https://winscp.net/eng/download.php')) + return $this->parse('/

WinSCP ([\d\.]+) Download<\/h1>/'); + return false; + } +} + +?>