Skip to content

Remove podcast:images from examples #727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The following tags have been formally adopted into the namespace. They are full
located [here](docs/1.0.md). Please see that file for full implementation details.

- **\<podcast:medium>** <br>
- **\<podcast:images>** <br>
- **\<podcast:images>** - DEPRECATED<br>
- **\<podcast:liveItem>** <br>

<br>
Expand Down
1 change: 0 additions & 1 deletion docs/schema/podcast-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<podcast:episode>1</podcast:episode>
<podcast:chapters url="https://example.com/ep1_chapters.json" type="application/json"/>
<podcast:funding url="https://example.com/donate">Support the show</podcast:funding>
<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" />
<podcast:location geo="geo:30.2672,97.7431" osm="R113314">Austin, TX</podcast:location>
<podcast:location geo="12345">12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678</podcast:location>
<podcast:locked owner="[email protected]">yes</podcast:locked>
Expand Down
5 changes: 0 additions & 5 deletions docs/tags/live-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ A complete example:
<link>https://example.com/podcast/live</link>
<guid isPermaLink="true">https://example.com/live</guid>
<author>John Doe ([email protected])</author>
<podcast:images srcset="https://example.com/images/live/pci_avatar-massive.jpg 1500w,
https://example.com/images/live/pci_avatar-middle.jpg 600w,
https://example.com/images/live/pci_avatar-small.jpg 300w,
https://example.com/images/live/pci_avatar-tiny.jpg 150w"
/>
<podcast:person href="https://www.podchaser.com/creators/adam-curry-107ZzmWE5f"
img="https://example.com/images/adamcurry.jpg">Adam Curry</podcast:person>
<podcast:person role="guest" href="https://github.com/daveajones/"
Expand Down
12 changes: 0 additions & 12 deletions example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
<pubDate>Fri, 09 Oct 2020 04:30:38 GMT</pubDate>
<author>John Doe ([email protected])</author>
<itunes:image href="https://example.com/ep0003/artMd.jpg"/>
<podcast:images srcset="https://example.com/images/ep3/pci_avatar-massive.jpg 1500w,
https://example.com/images/ep3/pci_avatar-middle.jpg 600w,
https://example.com/images/ep3/pci_avatar-small.jpg 300w,
https://example.com/images/ep3/pci_avatar-tiny.jpg 150w" />
<itunes:explicit>false</itunes:explicit>
<podcast:season name="Podcasting 2.0">1</podcast:season>
<podcast:episode>3</podcast:episode>
Expand Down Expand Up @@ -133,10 +129,6 @@
<pubDate>Thu, 08 Oct 2020 04:30:38 GMT</pubDate>
<author>John Doe ([email protected])</author>
<itunes:image href="https://example.com/ep0002/artMd.jpg"/>
<podcast:images srcset="https://example.com/images/ep2/pci_avatar-massive.jpg 1500w,
https://example.com/images/ep2/pci_avatar-middle.jpg 600w,
https://example.com/images/ep2/pci_avatar-small.jpg 300w,
https://example.com/images/ep2/pci_avatar-tiny.jpg 150w" />
<itunes:explicit>false</itunes:explicit>
<podcast:season name="Podcasting 2.0">1</podcast:season>
<podcast:episode>2</podcast:episode>
Expand Down Expand Up @@ -184,10 +176,6 @@
<pubDate>Wed, 07 Oct 2020 04:30:38 GMT</pubDate>
<author>John Doe ([email protected])</author>
<itunes:image href="https://example.com/ep0001/artMd.jpg"/>
<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" />
<itunes:explicit>false</itunes:explicit>
<podcast:season name="Podcasting 2.0">1</podcast:season>
<podcast:episode>1</podcast:episode>
Expand Down