I wrote a script to export Safari's RSS's feeds to an OPML file. This allowed me to import the script into other news readers like bloglines. First, Download the ExportRss2Opml.sh script, and save the file somewhere. Then in the Terminal, run this command:
$ sh ExportRss2Opml.sh > safari.opml
The resulting safari.opml file will contain all your feeds.
[robg adds: I had to make the script executable first (chmod 755 ExportRss2Opml.sh), and when it ran, I got a message about an escape sequence being treated as a plain sequence. But it seemed to work as expected...]
•
[20,120 views]

