Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active July 8, 2017 07:29
Show Gist options
  • Save scripting/2a123d7df5dbd6eb63668f4af38df544 to your computer and use it in GitHub Desktop.
Save scripting/2a123d7df5dbd6eb63668f4af38df544 to your computer and use it in GitHub Desktop.
An example of an OPML subscription list that includes another list.
<?xml version="1.0"?>
<opml version="2.0">
<head>
<title>mylist.opml</title>
</head>
<body>
<outline text="Feeds" type="include" url="https://dl.dropboxusercontent.com/u/36518280/river5/includedTestList2.opml"/>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment