한 푼도 지불하지 않고 개인 RSS 피드를 만드십시오.
전제 조건
단계
최소한, 아래에서 작동했습니다. (URL은 더 이상 유효하지 않습니다. 공개하기가 너무 창피했기 때문입니다.)
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" version="2.0">
<channel>
<title>Podcast Title Here</title>
<link>https://www.example.com</link>
<image>
<url>http://www.example.com/image3000x3000.png</url>
<title>Podcast Title Here</title>
<link>https://www.example.com</link>
</image>
<description>
The full length description for your podcast
</description>
<language>en-us</language>
<copyright>Yuta copyright 2016</copyright>
<item>
<title>Episode Name 2</title>
<link>https://dl.dropbox.com/s/dff56030336b/YourVideoAudioFile.mp4</link>
<pubDate>Sat, 02 Jan 2020 16:00:00 PDT</pubDate>
<description>The full length episode 2 description</description>
<enclosure url="https://dl.dropbox.com/s/dff56030336b/YourVideoAudioFile.mp4" length="36715125" type="audio/mpeg"/>
<guid>https://dl.dropbox.com/s/dff56030336b/YourVideoAudioFile.mp4</guid>
</item>
</channel>
</rss>
기타 TIL
.mov
and .mp4
are compatible with great extentReference
이 문제에 관하여(한 푼도 지불하지 않고 개인 RSS 피드를 만드십시오.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/kenzan100/create-a-private-rss-feed-without-paying-a-penny-447p텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)