From 9891a6eaf82748eaa1837ede2680d76ccf1a7802 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sat, 12 Apr 2014 18:26:23 +0200 Subject: [PATCH] Base: do not parse HTTP headers --- videosite/Base.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/videosite/Base.pm b/videosite/Base.pm index 6f686f5..1244bc6 100644 --- a/videosite/Base.pm +++ b/videosite/Base.pm @@ -156,6 +156,7 @@ sub ua { $ua = LWP::UserAgent->new( 'agent' => 'Mozilla/5.0', 'cookie_jar' => HTTP::Cookies->new, + 'parse_head' => 0, 'timeout' => 15, ); -- 1.8.3.1