Last active
May 26, 2020 23:54
-
-
Save iot-resister/8bb599952de7a42d42ed540eca641c7d to your computer and use it in GitHub Desktop.
This file contains 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' standalone='yes' ?> | |
<opml version="1.0"> | |
<head> | |
<title>my feeds</title> | |
</head> | |
<body> | |
<outline text="feeds"> | |
<outline type="rss" text="feed1" xmlUrl="http://atp.fm/episodes?format=rss" /> | |
<outline type="rss" text="feed2" xmlUrl="https://opensourcesecuritypodcast.libsyn.com/rss" /> | |
</outline> | |
</body> | |
</opml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment