diff --git a/modules/Halloy.php b/modules/Halloy.php deleted file mode 100644 index 6f4f3fe..0000000 --- a/modules/Halloy.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/squidowl/halloy/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?> diff --git a/modules/Kdenlive.php b/modules/Kdenlive.php deleted file mode 100644 index 438753c..0000000 --- a/modules/Kdenlive.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://invent.kde.org/api/v4/projects/multimedia%2Fkdenlive/repository/tags')) - return $this->parse_json('name'); - return false; - } -} - -?> diff --git a/modules/Mpv.php b/modules/Mpv.php deleted file mode 100644 index af058d1..0000000 --- a/modules/Mpv.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/mpv-player/mpv/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?>