diff --git a/build/apps.examples.json b/build/apps.examples.json index 479a0c1..0df2444 100644 --- a/build/apps.examples.json +++ b/build/apps.examples.json @@ -2575,6 +2575,12 @@ "Podcastly" ] }, + { + "name": "Podcast Parrot", + "examples": [ + "Podcast%20Parrot/49 CFNetwork/3892.100.1 Darwin/27.0.0" + ] + }, { "name": "Podcast Saver", "examples": [ diff --git a/build/apps.runtime.json b/build/apps.runtime.json index 2463b78..4e9bc59 100644 --- a/build/apps.runtime.json +++ b/build/apps.runtime.json @@ -1576,6 +1576,10 @@ "name": "Podcastly", "pattern": "^Podcastly/|^Podcastly$" }, + { + "name": "Podcast Parrot", + "pattern": "^Podcast%20Parrot/\\d" + }, { "name": "Podcast Saver", "pattern": "^Podcast%20Saver/\\d" diff --git a/src/apps.json b/src/apps.json index 1f8b5ec..0069caa 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3500,7 +3500,7 @@ }, { "name": "Podcast Parrot", - "pattern": "^odcast%20Parrot/\\d", + "pattern": "^Podcast%20Parrot/\\d", "examples": [ "Podcast%20Parrot/49 CFNetwork/3892.100.1 Darwin/27.0.0" ],