From bc6555172dc314f27d145056d9a440b461618901 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 12 Oct 2022 16:37:58 +0200 Subject: [PATCH] Add Saucedacity --- modules/Saucedacity.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Saucedacity.php diff --git a/modules/Saucedacity.php b/modules/Saucedacity.php new file mode 100644 index 0000000..fd8ed5e --- /dev/null +++ b/modules/Saucedacity.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/saucedacity/saucedacity/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>