Lines Matching refs:url
128 my $url;
130 $url = $urls{$opt_d};
131 if(!$opt_k && $url !~ /^https:\/\//i) {
136 $url = $opt_d;
205 warning_message() unless ($opt_q || $url =~ m/^(ht|f)tps:/i );
302 (my $txt = $url) =~ s@(.*/|\?.*)@@g;
316 if($url =~ /^https:\/\//i) {
322 my @out = `curl -w %{response_code} $proto $quiet -o "$txt" "$url"`;
345 if($url =~ /^https:\/\//i) {
347 $url =~ s/^https:\/\//http:\/\//i;
360 $resp = $ua->mirror($url, $txt);
415 ## ${url}