Cumulus / Syndic

RSS and Atom feed parsing
MIT License
34 stars 13 forks source link

Try to always decode HTML <content> and <summary> #27

Closed Chris00 closed 10 years ago

Chris00 commented 10 years ago

Some feed have

<summary type="html"><![CDATA[ ... ]]></summary>
<content type="html"><![CDATA[ ... ]]></content>
<content type="html"> (escaped HTML) </content>

This commit tries to decode the HTML into a structured representation.

dinosaure commented 10 years ago

Thanks!