diff options
author | David Phillips <david@yeah.nah.nz> | 2020-06-14 17:02:34 +1200 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2020-06-14 17:02:34 +1200 |
commit | 93637014e5deb7305a75f9bfec6c3701a4b814a7 (patch) | |
tree | a58f0cde6ec1b3766e37287fe34a532b9a350ac1 /Plugin | |
parent | d6d806602b6849bbbc342c30fe173e131382e458 (diff) | |
download | idalius-93637014e5deb7305a75f9bfec6c3701a4b814a7.tar.xz |
URL_Title: Fix typo in header
Diffstat (limited to 'Plugin')
-rw-r--r-- | Plugin/URL_Title.pm | 2 |
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)')); |