From a50662674107e84a765419ad187b602decc25d1b Mon Sep 17 00:00:00 2001
From: David Marzal <2069735+Marzal@users.noreply.github.com>
Date: Fri, 7 Mar 2025 18:34:30 +0100
Subject: [PATCH 1/2] Document applepodcastsverify
---
docs/1.0.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/1.0.md b/docs/1.0.md
index aebae24..5acb87b 100644
--- a/docs/1.0.md
+++ b/docs/1.0.md
@@ -1324,6 +1324,8 @@ come into common use, this list will be updated by the community to reflect that
in order to prove that they are the owner of the feed and are in control of it. This is meant to replace the need
for emails to exist in feeds. See example section below.
+- `applepodcastsverify` - Same as above but [used](https://help.apple.com/itc/podcasts_connect/#/itcb54353390:~:text=podcast%3Atxt%20purpose%3D%E2%80%9C-,applepodcastsverify,-%E2%80%9D%3E) by Apple.
+
### Node value
This is a free form string. Please do not exceed `4000 characters` for the node value or it may be
truncated by aggregators.
@@ -1338,10 +1340,12 @@ truncated by aggregators.
```
```xml
-2022-10-26T04:45:30.742Z
+05124
```
-
+```xml
+2022-10-26T04:45:30.742Z
+```
## Remote Item
From dfe13a9f55f892a02ae7cfffd10c88266666af04 Mon Sep 17 00:00:00 2001
From: David Marzal <2069735+Marzal@users.noreply.github.com>
Date: Fri, 7 Mar 2025 19:11:35 +0100
Subject: [PATCH 2/2] Fix URL in TXT tag
---
docs/1.0.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/1.0.md b/docs/1.0.md
index 5acb87b..f2a5c36 100644
--- a/docs/1.0.md
+++ b/docs/1.0.md
@@ -1299,8 +1299,7 @@ In plain language, the sequence of discovery an ingesting platform should use is
``
This element holds free-form text and is modeled after the DNS "[TXT](https://en.wikipedia.org/wiki/TXT_record)"
record. It's meant to allow for usages that might be niche or otherwise not rise to the level of needing a
-dedicated tag. Just like TXT records in DNS allowed for new things like [SPF](https://en.wikipedia.
-org/wiki/Sender_Policy_Framework#Implementation) to evolve, this tag can allow novel techniques to be created and
+dedicated tag. Just like TXT records in DNS allowed for new things like [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework#Implementation) to evolve, this tag can allow novel techniques to be created and
sandboxed without a formalization process.
### Parent