From fd524a060223288f40e386a82074a521ffab2d46 Mon Sep 17 00:00:00 2001 From: club-mate Date: Sun, 31 Jul 2011 03:50:12 +0200 Subject: mtgox: s/wget/curl/g --- mtgox/mtgox.getDepth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtgox/mtgox.getDepth') diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth index 7401d532..effc28a0 100755 --- a/mtgox/mtgox.getDepth +++ b/mtgox/mtgox.getDepth @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox market depth -wget -qO- http://mtgox.com/code/data/getDepth.php +$ curl -ksS http://mtgox.com/code/data/getDepth.php -- cgit v1.2.3 From 5d864765609f9959ad6a48226a80523dcd52a8a7 Mon Sep 17 00:00:00 2001 From: club-mate Date: Sun, 31 Jul 2011 04:12:02 +0200 Subject: mtgox: s/http/https/g --- mtgox/mtgox.getDepth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtgox/mtgox.getDepth') diff --git a/mtgox/mtgox.getDepth b/mtgox/mtgox.getDepth index effc28a0..9a607979 100755 --- a/mtgox/mtgox.getDepth +++ b/mtgox/mtgox.getDepth @@ -1,3 +1,3 @@ #! /bin/sh # get mtgox market depth -$ curl -ksS http://mtgox.com/code/data/getDepth.php +$ curl -ksS https://mtgox.com/code/data/getDepth.php -- cgit v1.2.3