Fixed minor errors in jsonfeed
h3rald h3rald@h3rald.com
Sun, 07 Mar 2010 15:22:12 +0100
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
jsonfeed
→
jsonfeed
@@ -13,9 +13,11 @@ # http://api.backtype.com/user/h3rald/comments.json?key=47bf0031e3a18a598b85&html=1
# http://twitter.com/status/user_timeline/h3rald.json # http://feeds.delicious.com/v2/json/h3rald -data=./output/data +current_dir=$(cd `dirname $0` && pwd) +data=$current_dir/output/data + +mkdir -p $current_dir/tmp wget -q -O $data/tmp/$1.json $2 || rm $data/tmp/$1.json cp $data/tmp/$1.json $data/$1.json -