Skip to content

Instantly share code, notes, and snippets.

@qdw
Created February 25, 2026 21:14
Show Gist options
  • Select an option

  • Save qdw/ea6d0ba7be97f42c94c2f8d76ea09ac2 to your computer and use it in GitHub Desktop.

Select an option

Save qdw/ea6d0ba7be97f42c94c2f8d76ea09ac2 to your computer and use it in GitHub Desktop.
Quick RSS wrapper so I can listen to the state of the Union address in Overcast
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>SOTU 2026</title>
<link>https://gist.github.com</link>
<description>SOTU 2026</description>
<item>
<title>Trump SOTU 2026-02-24</title>
<enclosure url="https://serve.castfire.com/audio/7995615/State_of_the_Union_2026_2026-02-25-041115.64kmono.mp3" type="audio/mpeg" length="0"/>
<guid>sotu-2026-02-24</guid>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment