Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Convert RSS feeds in Safari bookmarks to OPML Web Browsers
I have created an XML stylesheet that will scan Safari's Bookmarks and find only the RSS feed entries. The output can then be redirected to an OPML file for import to readers like NetNewsWire Lite. Folder structures are maintained in the OPML output.

Run it in Terminal with:
$ cd ~/Library/Safari
$ plutil -convert xml1 Bookmarks.plist
$ xsltproc SafariFeeds2OPML.xslt Bookmarks.plist > SafariFeeds.opml
$ plutil -convert binary1 Bookmarks.plist
The resulting file should import into your favorite newsreader.

[robg adds: I haven't tested this one.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[24,645 views]  

Convert RSS feeds in Safari bookmarks to OPML | 5 comments | Create New Account
Click here to return to the 'Convert RSS feeds in Safari bookmarks to OPML' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Convert RSS feeds in Safari bookmarks to OPML
Authored by: hypert on Fri, Feb 3 2006 at 8:29AM PST
In case it helps anyone, I wrote an article last year about exporting Safari's RSS feeds to Firefox. There are probably more people interested in this OPML these days, though (I don't expect many people are seriously using Firefox for RSS when there are so many other good readers).

Thanks!

[ Reply to This | # ]

Convert RSS feeds in Safari bookmarks to OPML
Authored by: quangtonthat on Sun, Feb 5 2006 at 7:50PM PST
This tip works as a charm. It saves me a lot of time and hassles when I tried to import all RSS feeds to NetNewsWire.
Thanks very much for the tip.

[ Reply to This | # ]
Convert RSS feeds in Safari bookmarks to OPML
Authored by: koyeung on Mon, Feb 6 2006 at 6:41AM PST
I've created an automator action for that. U may find it in:
http://koyeung.blogspot.com/

[ Reply to This | # ]
Convert RSS feeds in Safari bookmarks to OPML
Authored by: marketanomaly on Wed, Apr 19 2006 at 5:44PM PDT
Actually, importing Safari bookmarks into Firefox is exactly what I've wanted to do for a long long time!

I've tried your Perl script a few times but it always just hangs or returns an sytax errors.

Could you say a little more about running the perl script for those less familiar with running Perl scripts in the terminal.

Thanks!

Adam

[ Reply to This | # ]
Convert RSS feeds in Safari bookmarks to OPML
Authored by: nwfrg on Sat, Jun 9 2007 at 12:53PM PDT
this doesn't work for me

xsltproc SafariFeeds2OPML.xslt Bookmarks.plist > SafariFeeds.opml
warning: failed to load external entity "SafariFeeds2OPML.xslt"
Am I missing something?

[ Reply to This | # ]