OPML import: RSS feeds missing URLs

Hi, I created a Dynalist account to import and edit an OPML file I exported from NetNewsWire, a RSS feed reader. What I got after importing it was the folder structure and the names of the feed sources but no URLs. How can I import the links as well?

The links are probably using an arbitrary tag. OPML is a very simple format so for advanced stuff people just make up arbitrary non-standard tags. Which means it only works in the original program that created it.

So you’ll probably need to manually parse it in a text editor using regex replace. That’s the surefire way, but takes some programmer skills. Or just keep trying different OPML editors until you get lucky OPML-compatible apps

If you post the OPML file and I get bored maybe I can parse it but who knows