From 76cde46097bba7d646b33233c73042c5911ef68b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 10 Sep 2010 23:37:35 +0000 Subject: [PATCH] use links2 in get_pdf --- get_pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5