kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
optional url in id tag - closes #38
rodzic
9d3b8e613f
commit
4fe2d7d87d
|
@ -158,7 +158,7 @@ Our guiding principles for development of this namespace are the "[Rules for Sta
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
- **\<podcast:id platform="[service slug]">**[the id string]**\</podcast:id>**
|
- **\<podcast:id platform="[service slug]" id="[platform id]" url="[link to the podcast page on the service]" />**
|
||||||
|
|
||||||
Channel
|
Channel
|
||||||
|
|
||||||
|
@ -166,7 +166,9 @@ Our guiding principles for development of this namespace are the "[Rules for Sta
|
||||||
|
|
||||||
See "ID's" in this document for an explanation.
|
See "ID's" in this document for an explanation.
|
||||||
|
|
||||||
All attributes are required.
|
- `platform` (required) This is the service slug of the platform.
|
||||||
|
- `id` (required) This is the unique identifier for this podcast on the respective platform.
|
||||||
|
- `url` (optional) A url to the page for this podcast on the respective platform.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,8 @@ Todd Cochrane
|
||||||
@PhoneBoy
|
@PhoneBoy
|
||||||
Ben Slinger
|
Ben Slinger
|
||||||
Martin Mouritzen
|
Martin Mouritzen
|
||||||
|
Andy Beard
|
||||||
|
|
||||||
... add your name as you contribute!
|
|
||||||
|
|
||||||
|
... add your name as you contribute!
|
|
@ -40,8 +40,8 @@
|
||||||
<podcast:previousUrl>https://yeoldhostingprovider.com/podcast479923</podcast:previousUrl>
|
<podcast:previousUrl>https://yeoldhostingprovider.com/podcast479923</podcast:previousUrl>
|
||||||
<podcast:previousUrl>https://myveryfirstpodcasthost.com/show251.xml</podcast:previousUrl>
|
<podcast:previousUrl>https://myveryfirstpodcasthost.com/show251.xml</podcast:previousUrl>
|
||||||
<podcast:id>1348299</podcast:id>
|
<podcast:id>1348299</podcast:id>
|
||||||
<podcast:id platform="itunes">39423340445</podcast:id>
|
<podcast:id platform="podcastindex" id="920666" />
|
||||||
<podcast:id platform="blubrry">83043423</podcast:id>
|
<podcast:id platform="apple" id="23409402344" url="https://podcasts.apple.com/us/shows/id23409402344" />
|
||||||
<podcast:alternateEnclosure type="video/mp4" length="11540076" bitrate="512" title="Trailer">https://example.com/pc20trailer.mp4</podcast:alternateEnclosure>
|
<podcast:alternateEnclosure type="video/mp4" length="11540076" bitrate="512" title="Trailer">https://example.com/pc20trailer.mp4</podcast:alternateEnclosure>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -1,48 +1,48 @@
|
||||||
podcastindex
|
acast
|
||||||
blubrry
|
amazon
|
||||||
captivate
|
|
||||||
rss.com
|
|
||||||
fireside
|
|
||||||
transistor
|
|
||||||
libsyn
|
|
||||||
overcast
|
|
||||||
podcastaddict
|
|
||||||
hypercatcher
|
|
||||||
anchor
|
anchor
|
||||||
apple
|
apple
|
||||||
google
|
|
||||||
podverse
|
|
||||||
podfriend
|
|
||||||
spotify
|
|
||||||
amazon
|
|
||||||
bitcoin
|
|
||||||
paypal
|
|
||||||
twitter
|
|
||||||
mastodon
|
|
||||||
slack
|
|
||||||
relayfm
|
|
||||||
buzzsprout
|
|
||||||
castos
|
|
||||||
podbean
|
|
||||||
simplecast
|
|
||||||
resonate
|
|
||||||
soundcloud
|
|
||||||
spreaker
|
|
||||||
podserve
|
|
||||||
podiant
|
|
||||||
backtracks
|
|
||||||
audioboom
|
audioboom
|
||||||
megaphone
|
backtracks
|
||||||
whooshkaa
|
bitcoin
|
||||||
acast
|
blubrry
|
||||||
redcircle
|
buzzsprout
|
||||||
podcasts.com
|
captivate
|
||||||
omnystudio
|
castos
|
||||||
podigee
|
fireside
|
||||||
shoutengine
|
google
|
||||||
pinecast
|
hypercatcher
|
||||||
podomatic
|
libsyn
|
||||||
zencast
|
mastodon
|
||||||
podchaser
|
|
||||||
podiant
|
|
||||||
megafono
|
megafono
|
||||||
|
megaphone
|
||||||
|
omnystudio
|
||||||
|
overcast
|
||||||
|
paypal
|
||||||
|
pinecast
|
||||||
|
podbean
|
||||||
|
podcastaddict
|
||||||
|
podcastindex
|
||||||
|
podcasts.com
|
||||||
|
podchaser
|
||||||
|
podfriend
|
||||||
|
podiant
|
||||||
|
podiant
|
||||||
|
podigee
|
||||||
|
podomatic
|
||||||
|
podserve
|
||||||
|
podverse
|
||||||
|
redcircle
|
||||||
|
relayfm
|
||||||
|
resonate
|
||||||
|
rss.com
|
||||||
|
shoutengine
|
||||||
|
simplecast
|
||||||
|
slack
|
||||||
|
soundcloud
|
||||||
|
spotify
|
||||||
|
spreaker
|
||||||
|
transistor
|
||||||
|
twitter
|
||||||
|
whooshkaa
|
||||||
|
zencast
|
||||||
|
|
Ładowanie…
Reference in New Issue