jgoerzen / hpodder

Podcatcher to download podcasts [Haskell] (unmaintained)
http://wiki.github.com/jgoerzen/hpodder/
GNU General Public License v2.0
55 stars 10 forks source link

Support compressed content encodings #15

Open kevinoid opened 11 years ago

kevinoid commented 11 years ago

Curl supports several HTTP content encodings (such as deflate and gzip) for compressing responses. Pass the --compressed option to enable advertising support to servers via the Accept-Encoding HTTP header.

This won't have much of an effect for compressed audio if servers choose to compress it, but for the XML it is significant.

Signed-off-by: Kevin Locke kevin@kevinlocke.name