pnyheim / torrentwatch-x

Automatically exported from code.google.com/p/torrentwatch-x
GNU General Public License v2.0
0 stars 1 forks source link

Support for automatic unziping RSS #235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Many modern torrents sites provide RSS feed in gziped format. Currently 
torrentwatch-x (0.8.9) does not support that kind of RSS feeds.

It can be easy to achieve by adding 
$curlopt[CURLOPT_ENCODING] = true;

to get_curl_defaults function in config_lib.php. It should not have any 
negative effect on other sites.

I apologize for not attaching it as a patch.

Original issue reported on code.google.com by sh4d...@gmail.com on 28 Jan 2013 at 1:33