Merge pull request #696 from Marzal/patch-5

Document applepodcastsverify
pull/699/head
Dave Jones 2025-04-24 23:07:32 -05:00 zatwierdzone przez GitHub
commit a424e86ee9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -1299,8 +1299,7 @@ In plain language, the sequence of discovery an ingesting platform should use is
`<podcast:txt>`<br><br>
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
@ -1324,6 +1323,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
&nbsp; 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 +1339,12 @@ truncated by aggregators.
```
```xml
<podcast:txt purpose="release">2022-10-26T04:45:30.742Z</podcast:txt>
<podcast:txt purpose="applepodcastsverify">05124</podcast:txt>
```
```xml
<podcast:txt purpose="release">2022-10-26T04:45:30.742Z</podcast:txt>
```
<br><br><br><br><!-- Tag block -->
## Remote Item