X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=videosite%2FBase.pm;h=1244bc6d68245df4ef252995380facbc5365a364;hp=6f686f5ee2b4e0612e6769b0696436d1bba32b3f;hb=9891a6eaf82748eaa1837ede2680d76ccf1a7802;hpb=09d45a4c4460dce9322f4528dad5123322ab6b38 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, );