I just have a billion items in Safari's reading list and I would like the links to all of them.
Is there a way to get all of the items in your reading list as links (maybe in a text document)?
|
I just have a billion items in Safari's reading list and I would like the links to all of them. Is there a way to get all of the items in your reading list as links (maybe in a text document)? |
|||||||||||||
|
|
I whipped up a Python script to read the plist file referenced in the question patrix mentioned in the comments.
Copy and paste that into a file, name it something like |
|||||
|
|
Here's a version using the Factor programming language that is a bit simpler than the Python version answered already in this post:
More information is available in this blog post. |
|||
|
|
|
Another option using the plist Ruby gem:
Or if you don't have other bookmarks:
|
||||
|
|