mirror of
https://github.com/adulau/dotfiles.git
synced 2024-12-22 08:46:01 +00:00
script to mirror last delicious bookmarks
This commit is contained in:
parent
4fe72cad51
commit
aa77081679
1 changed files with 8 additions and 0 deletions
8
bin/mirror-last-delicious-pages.sh
Normal file
8
bin/mirror-last-delicious-pages.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# my stupid script to archive my last del.icio.us
|
||||
# posts using the very handy "jsonpipe".
|
||||
#
|
||||
|
||||
cd ~/mirror/delicious-archive/
|
||||
curl -s "http://feeds.delicious.com/v2/json/adulau" | jsonpipe -s "#" | grep "\#u" | cut -f2 | sed -e"s/\"//g" | xargs -d"\n" wget -r -l 1 –p --convert-links --no-check-certificate
|
Loading…
Reference in a new issue