aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-06-14 17:02:34 +1200
committerDavid Phillips <david@yeah.nah.nz>2020-06-14 17:02:34 +1200
commit93637014e5deb7305a75f9bfec6c3701a4b814a7 (patch)
treea58f0cde6ec1b3766e37287fe34a532b9a350ac1
parentd6d806602b6849bbbc342c30fe173e131382e458 (diff)
downloadidalius-93637014e5deb7305a75f9bfec6c3701a4b814a7.tar.xz
URL_Title: Fix typo in header
-rw-r--r--Plugin/URL_Title.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/URL_Title.pm b/Plugin/URL_Title.pm
index 451603a..9076c44 100644
--- a/Plugin/URL_Title.pm
+++ b/Plugin/URL_Title.pm
@@ -76,7 +76,7 @@ sub get_title
my %headers = (
"Range" => "bytes=0-65536",
"Accept" => "text/html, image/svg+xml",
- "Acceot-Encoding" => "gzip"
+ "Accept-Encoding" => "gzip"
);
my $http = HTTP::Tiny->new((default_headers => \%headers, timeout => 3, agent => 'Mozilla/5.0 (compatible; idalius IRC bot)'));