pull/526/head
Dave Jones 2023-06-08 17:03:52 -05:00
rodzic 4d59a98a75
commit 8da8b9ce67
1 zmienionych plików z 20 dodań i 0 usunięć

Wyświetl plik

@ -1499,3 +1499,23 @@ Complete podcasts with no intention to release further episodes:
```xml ```xml
<podcast:updateFrequency complete="true">Thats all folks!</podcast:updateFrequency> <podcast:updateFrequency complete="true">Thats all folks!</podcast:updateFrequency>
``` ```
<br><br><br><br><!-- Tag block -->
## Podping
`<podcast:podping>`<br><br>
This element allows feed owners to signal to aggregators that the feed sends out
[`Podping`](https://github.com/Podcastindex-org/podping) notifications when changes are made to it, reducing the
need for frequent speculative feed polling.
### Parent
&nbsp; `<channel>`
### Count
&nbsp; Single
## Examples
```xml
<podcast:podping usesPodping="true"/>
```