summaryrefslogtreecommitdiff
path: root/lib/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Feed.pm')
-rw-r--r--lib/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Feed.pm b/lib/Feed.pm
index 1791b27..e2fd42b 100644
--- a/lib/Feed.pm
+++ b/lib/Feed.pm
@@ -133,7 +133,7 @@ sub get_feed {
die sprintf('Got code "%s" processing feed %s',$response->status_line,$self->uri)
unless $response->is_success;
- my $content = $response->content;
+ my $content = $response->decoded_content;
$content =~ s{^\s*}{}; # some feed have invalid whitespace at the beginning