sentientwaffle / feed-read

fetch & parse ATOM & RSS feeds with Node.js
MIT License
74 stars 61 forks source link

How to configure for charsets other than utf-8 #16

Closed gamecubate closed 8 years ago

gamecubate commented 8 years ago

One of my feeds is returning charset ISO-8859-15 content. Is there any way to configure feed-read for such content type?

gamecubate commented 8 years ago

Got it.

  feed({ uri:feed, encoding:"binary" }, function(err, articles){