[mythtv-users] tv_grab_au (compressed html)

Michael Smith myth at immir.com
Sat Aug 6 07:06:58 UTC 2005


Matthew Pratt wrote:
> Does anyone know if it is possible to get IIS 5.0
> which ninemsn is running to spit out gzip compressed
> html?

I've just tried to do this; without success. According to my research, 
the LWP::UserAgent code

   $response = $useragent->get($url,
        'Accept-Encoding' => 'gzip,deflate');

should do it, but NMSN never sends me compressed content as a result. I 
thought perhaps the MSID spoofing code (to avoid redirections) might 
prevent it somehow, but turning that off didn't make any difference.

If anyone manages to get compressed content from the site please let me 
know and I'll incorporate the required changes.

Cheers,
Michael.


More information about the mythtv-users mailing list