Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.3k stars 526 forks source link

Imported titles get overwritten #609

Open grischard opened 5 years ago

grischard commented 5 years ago

After importing feeds from OPML, all the custom feed titles got lost, replaced by the feed's own title.

To reproduce, import the following OPML feed:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
    <head>
        <title>mySubscriptions</title>
    </head>
    <body>
        <outline text="Foo" description="" title="Foo" type="rss" version="RSS" htmlUrl="https://news.ycombinator.com/" xmlUrl="https://news.ycombinator.com/rss"/>
    </body>
</opml>

Expected result:

Feed gets imported with the title "Foo", feed gets refreshed, title stays as "Foo"

Actual result:

Feed gets imported with the title "Foo", feed gets refreshed, title changes to Hacker News.

grischard commented 4 years ago

The same bug exists with the import of NNW3 subscriptions.

jrus commented 3 years ago

Can this perhaps be worked around with an AppleScript script?