From: Don Armstrong Date: Fri, 10 Sep 2010 23:37:35 +0000 (+0000) Subject: use links2 in get_pdf X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76cde46097bba7d646b33233c73042c5911ef68b;p=bin.git use links2 in get_pdf --- diff --git a/get_pdf b/get_pdf index 8187738..745ea9a 100755 --- a/get_pdf +++ b/get_pdf @@ -150,7 +150,7 @@ if ($options{pmid}) { }; if ($@) { print STDERR "$@\n" if $DEBUG; - system('links', + system('links2', exists $options{http_proxy}?('-http-proxy',$options{http_proxy}):(), $url ) == 0 or next;