Created
February 25, 2026 21:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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