summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-08-21 21:55:48 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-08-21 21:55:48 +0000
commit0c5122845d699b2546b85f9f14527a70bfbfc5dd (patch)
tree7004db65bb5def67cafd4299d9a9798894176538
parentbugfixed cronjob (diff)
switched to httpsHEADmaster
-rwxr-xr-xlocal/nzbindex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/nzbindex.pm b/local/nzbindex.pm
index 7df0336..b193b6f 100755
--- a/local/nzbindex.pm
+++ b/local/nzbindex.pm
@@ -26,7 +26,7 @@ sub http_fetch
# my $cookie_jar = HTTP::Cookies->new({});
# $ua->cookie_jar($cookie_jar);
# my $response = $ua->get("http://www.nzbindex.nl/?lang=2");
- my $response = $ua->get('http://www.nzbindex.nl/rss/?'.$request);
+ my $response = $ua->get('https://www.nzbindex.nl/rss/?'.$request);
if ($response->is_success) {
return $response->decoded_content;
}