

I put in ten minutes of work at the most and had a fully functioning blog reader with over 40 subscriptions. NetNewsWire accepted my hastily made OPML file without complaint and figured out all the titles and other details on its own. I guessed that I could get away with leaving out all the attributes except xmlUrl, so another go-round with Text▸Prefix/Suffix Lines…, this time Inserting rather than Removing, left me with xml: I copied the top several lines and bottom two lines and pasted them directly into my new file (I did change the ). To see what kind of OPML NetNewsWire was expecting, I added two feeds “by hand” and exported them. Now it was time to convert this list to OPML format so NNW could import it. Then a couple more deletions got me down to a simple list of feed URLs:
#NETNEWSWIRE LOST SUBSCRIPTIONS CODE#
I copied this code into a new BBEdit document, and used its Text▸Prefix/Suffix Lines… command to strip off the quotation marks and commas. First, the list is built directly into the Python code: python:Īs you can see, it’s really two lists, one for JSON feeds and one for regular RSS/Atom/XML feeds. You’re probably already using it.īut I do want to tell you how I got the list of feeds from my homemade system into NNW.
#NETNEWSWIRE LOST SUBSCRIPTIONS MAC#
If you’re a Mac user interested in RSS readers, you’ve read the reviews and know how fast and “Mac-assed” it is. I keep thinking of Gabe Weatherhead’s wise assessment of the Google Reader apocalypse:īigger revelation: Google built a service that you configure with all your interests and biases. I just don’t trust RSS services to stay in business. But with the addition of iCloud syncing, it ticks all the boxes.īy the way, Rule 3 is not entirely due to my being a cheap bastard.

Initially, the rejuvenated NNW broke all my rules until recently, it broke Rule 3.

It’s possible I’ll find something in NNW that’ll make me switch back, but it’s looking good so far. I’ve been happy with my homemade RSS reading system, but it’s generally better to be in the hands of an expert, and you’d be hard-pressed to find someone more expert at RSS parsing than Brent Simmons. Next post Previous post Back to NetNewsWireĮver since NetNewsWire came back from the dead, I’ve been thinking I’d eventually switch to it.
