X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=get_pdf;h=745ea9aedec558b4ddea088c70784c2013f5dd15;hb=76cde46097bba7d646b33233c73042c5911ef68b;hp=8187738bb1bd80fec8f07068892e5ee18501bf82;hpb=73aaaaa03ad118a460f74dfd434c6a572d131594;p=bin.git 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;