From 65bcd5101251091fda8ce225b82dfe49f690730a Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 22 Mar 2021 10:04:08 +0100 Subject: [PATCH] Add PySol Fan Club Edition --- modules/PySolFC.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/PySolFC.php diff --git a/modules/PySolFC.php b/modules/PySolFC.php new file mode 100644 index 0000000..c42b816 --- /dev/null +++ b/modules/PySolFC.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/shlomif/PySolFC/releases/latest')) + return $this->parse_json('tag_name', '/pysolfc-(.+)/'); + return false; + } +} + +?>