Convert RSS feeds in Safari bookmarks to OPML
Fri, Feb 3 2006 at 6:39AM PST • Contributed by: Anonymous
Fri, Feb 3 2006 at 6:39AM PST • Contributed by: Anonymous
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:
[robg adds: I haven't tested this one.]
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.]
•
[24,645 views]
