diff options
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ for my $url (@ARGV) { $url = URI->new($url); } } - $ua->env_proxy if $url->scheme ne 'https'; + $ua->env_proxy; my $dest = "$dir/".basename($url->path).".tmp"; unlink($dest); # just in case my $retry = 3; |