pull/536/head
Dave Jones 2023-05-11 10:12:48 -05:00
rodzic ee2fcc2a03
commit 98fa8c8455
1 zmienionych plików z 4 dodań i 7 usunięć

Wyświetl plik

@ -603,9 +603,6 @@ Using this pattern, podcasts can maintain a consistent identity across the open
### Node Value
  The node value is a UUIDv5 string.
### Attributes
  There are no attributes for this tag.
### Examples
Example GUID for feed url `mp3s.nashownotes.com/pc20rss.xml`:
```xml
@ -1086,11 +1083,11 @@ requested. What data is being requested is determined by the parent item. For
  Multiple
### Attributes
- `feedGuid` (required) The `<podcast:guid>` of the remote feed being pointed to.
- `feedUrl` (optional) The url of the remote feed being pointed to.
- `itemGuid` (optional) If this remote item element is intended to point to an `<item>` in the remote feed, this
- **feedGuid** (required) The `<podcast:guid>` of the remote feed being pointed to.
- **feedUrl** (optional) The url of the remote feed being pointed to.
- **itemGuid** (optional) If this remote item element is intended to point to an `<item>` in the remote feed, this
attribute should contain the value of the `<guid>` of that `<item>`.
- `medium` (optional) If the feed being pointed to is not of medium type 'podcast', this attribute should contain it's
- **medium** (optional) If the feed being pointed to is not of medium type 'podcast', this attribute should contain it's
`<podcast:medium>` type from the list of types available in this document.
### Examples