diff --git a/build/apps.examples.json b/build/apps.examples.json index b16ff45..d48cd36 100644 --- a/build/apps.examples.json +++ b/build/apps.examples.json @@ -2170,6 +2170,12 @@ "Podchaser-Parser" ] }, + { + "name": "Podcini", + "examples": [ + "Podcini/4.6.2" + ] + }, { "name": "Podclipper", "examples": [ diff --git a/build/apps.runtime.json b/build/apps.runtime.json index 7fffcbb..ae0a5dc 100644 --- a/build/apps.runtime.json +++ b/build/apps.runtime.json @@ -1352,6 +1352,10 @@ "name": "Podchaser", "pattern": "^Podchaser |^Podchaser-Parser" }, + { + "name": "Podcini", + "pattern": "^Podcini/\\d" + }, { "name": "Podclipper", "pattern": "^Podclipper/" diff --git a/build/bots.examples.json b/build/bots.examples.json index ccf3e87..ea0d971 100644 --- a/build/bots.examples.json +++ b/build/bots.examples.json @@ -606,6 +606,12 @@ "RedCircle" ] }, + { + "name": "Rephonic", + "examples": [ + "Rephonic/1.0" + ] + }, { "name": "Ridder Bot", "examples": [ diff --git a/build/bots.runtime.json b/build/bots.runtime.json index 46aa5b5..8f0038c 100644 --- a/build/bots.runtime.json +++ b/build/bots.runtime.json @@ -472,6 +472,10 @@ "name": "RedCircle", "pattern": "RedCircle" }, + { + "name": "Rephonic", + "pattern": "^Rephonic/\\d" + }, { "name": "Ridder Bot", "pattern": " RidderBot/"