diff --git a/modules/ESPurna.php b/modules/ESPurna.php index e3d4cc1..52b5858 100644 --- a/modules/ESPurna.php +++ b/modules/ESPurna.php @@ -6,7 +6,7 @@ class ESPurna extends PatchBase { } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/xoseperez/espurna/releases/latest')) - return $this->parse_json('tag_name'); + return $this->parse_json('tag_name', '/github(.+)/'); return false; } }