Skip to content

Commit aa3b26c

Browse files
authored
Merge pull request #727 from Marzal/images-deprecated
Remove podcast:images from examples
2 parents 6d05e95 + bcc95a3 commit aa3b26c

4 files changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The following tags have been formally adopted into the namespace. They are full
199199
located [here](docs/1.0.md). Please see that file for full implementation details.
200200

201201
- **\<podcast:medium>** <br>
202-
- **\<podcast:images>** <br>
202+
- **\<podcast:images>** - DEPRECATED<br>
203203
- **\<podcast:liveItem>** <br>
204204

205205
<br>

docs/schema/podcast-example.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<podcast:episode>1</podcast:episode>
44
<podcast:chapters url="https://example.com/ep1_chapters.json" type="application/json"/>
55
<podcast:funding url="https://example.com/donate">Support the show</podcast:funding>
6-
<podcast:images srcset="https://example.com/images/ep1/pci_avatar-massive.jpg 1500w, https://example.com/images/ep1/pci_avatar-middle.jpg 600w, https://example.com/images/ep1/pci_avatar-small.jpg 300w, https://example.com/images/ep1/pci_avatar-tiny.jpg 150w" />
76
<podcast:location geo="geo:30.2672,97.7431" osm="R113314">Austin, TX</podcast:location>
87
<podcast:location geo="12345">12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678</podcast:location>
98
<podcast:locked owner="podcastowner@example.com">yes</podcast:locked>

docs/tags/live-item.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ A complete example:
4747
<link>https://example.com/podcast/live</link>
4848
<guid isPermaLink="true">https://example.com/live</guid>
4949
<author>John Doe (john@example.com)</author>
50-
<podcast:images srcset="https://example.com/images/live/pci_avatar-massive.jpg 1500w,
51-
https://example.com/images/live/pci_avatar-middle.jpg 600w,
52-
https://example.com/images/live/pci_avatar-small.jpg 300w,
53-
https://example.com/images/live/pci_avatar-tiny.jpg 150w"
54-
/>
5550
<podcast:person href="https://www.podchaser.com/creators/adam-curry-107ZzmWE5f"
5651
img="https://example.com/images/adamcurry.jpg">Adam Curry</podcast:person>
5752
<podcast:person role="guest" href="https://github.com/daveajones/"

example.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
<pubDate>Fri, 09 Oct 2020 04:30:38 GMT</pubDate>
9191
<author>John Doe (john@example.com)</author>
9292
<itunes:image href="https://example.com/ep0003/artMd.jpg"/>
93-
9493
<podcast:image href="https://example.com/images/ep3/pci_avatar-massive.png" alt="image description for accesibility and bots" purpose="artwork" aspect-ratio="1/1" width="3000" type="image/png"/>
9594
<podcast:image href="https://example.com/images/ep3/pci_avatar-massive_1200x630.webp" alt="image description for accesibility and bots" purpose="social" aspect-ratio="1.9" width="1200" height="630" type="image/webp"/>
9695
<itunes:explicit>false</itunes:explicit>
@@ -201,7 +200,6 @@
201200
<pubDate>Wed, 07 Oct 2020 04:30:38 GMT</pubDate>
202201
<author>John Doe (john@example.com)</author>
203202
<itunes:image href="https://example.com/ep0001/artMd.jpg"/>
204-
205203
<itunes:explicit>false</itunes:explicit>
206204
<podcast:season name="Podcasting 2.0">1</podcast:season>
207205
<podcast:episode>1</podcast:episode>

0 commit comments

Comments
 (0)