Rumors that delicious is being closed by yahoo, made me want to grab my bookmarks, Someone posted this on twitter
curl https://user:pass@api.del.icio.us/v1/posts/all
via :adactio
Which is nice but gives you all that xml gunk.
This gives you a nice list in a file bookmarks.txt
curl https://user:pass@api.del.icio.us/v1/posts/all | grep -E -oh 'http:\/\/.*?/"' | grep -E -oh 'http.*?/' > bookmarks.txt
Thursday, December 16, 2010
Grab your delicious bookmarks before they're gone
Subscribe to:
Post Comments (Atom)
1 comment:
Why not `ssh -D port ...`
Post a Comment