readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
251 stars 19 forks source link

Fix import opml without folders. #149

Closed terrakok closed 1 week ago

terrakok commented 2 years ago

When OPML doesn't contain folders (all feeds are located in root) app can't import it. I've fixed it.

For reproducing try to import this OPML:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>Feed Subscriptions</title>
</head>
<body>
      <outline text="The Kotlin Blog" title="The Kotlin Blog" type="rss"
            xmlUrl="https://blog.jetbrains.com/kotlin/feed/" htmlUrl="https://blog.jetbrains.com"/>
</body>
</opml>