yttopodcast/templates/item.rss.templ
HeshamTB a33b90c5c7
init: tools and commands
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2024-06-09 14:04:22 +03:00

18 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<item>
<title>{{ .Title }}</title>
<itunes:title>{{ .Title }}</itunes:title>
<pubDate>{{ .PublishDateRfcEmail }}</pubDate>
<guid isPermaLink="false"><![CDATA[d598cacb-25dd-4659-8839-2829707208da]]></guid>
<link><![CDATA[https://youtube.com/watch?v={{ .Id }}]]></link>
<itunes:image href="{{ .CoverImageURL }}" />
<description><![CDATA[ {{ .Description }}]]></description>
<content:encoded><![CDATA[{{ .Description }}]]></content:encoded>
<enclosure length="{{ .Length }}" type="audio/mpeg" url="{{ .JumpUrl }}" />
<itunes:duration>{{ .Duration }}</itunes:duration>
<itunes:explicit>false</itunes:explicit>
<itunes:keywords />
<itunes:subtitle><![CDATA[In a bipartisan fashion the United States House of Representatives has passed the “Antisemitism Awareness Act,” a transparent evisceration of the first amendments free speech protections. If the bill passes the Senate and is signed by President...]]></itunes:subtitle>
<itunes:episodeType>full</itunes:episodeType>
</item>