BazQux Reader Community

Advice for creating minimal import opml

Hi, I have a follow-on question to:
Can't import additional folders .

What is the minimal format for importing a list of rss feeds? For example, if I have an extracted list like:

https://www.wtsp.com/feeds/syndication/rss/news
https://www.wtsp.com/feeds/syndication/rss/news/local
https://www.wtsp.com/feeds/syndication/rss/weather
https://www.wtsp.com/feeds/syndication/rss/news/entertainment-news
https://www.wtsp.com/feeds/syndication/rss/news/florida
https://www.wtsp.com/feeds/syndication/rss/news/health

Is there anything I can remove from the example shown from the referenced topic of … (seems I can’t paste it here, but it’s in the referenced thread).

<?xml version="1.0" encoding="UTF-8"?> Subscriptions

Thanks!

Summary

This text will be hidden

Minimal OPML should look like this:

<outline xmlUrl="site-a.com">
<outline xmlUrl="site-b.com">
<outline xmlUrl="site-c.com">

Or, if you like to put all your feeds in folder, like this:

<outline title="Folder Name">
    <outline xmlUrl="site-a.com">
    <outline xmlUrl="site-b.com">
    <outline xmlUrl="site-c.com">
</outline>
1 Like