aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/parser/format.go
Commit message (Collapse)AuthorAge
* Accept HTML entities when parsing XMLGravatar Peter De Wachter2019-08-15
| | | | | | | Every once in a while, one of my feeds would throw an XML parse error because it used ` ` or some other HTML entity. I feel Miniflux should be lenient here, and Go already has a handy hook to make this work.
* Simplify feed parser and format detectionGravatar Frédéric Guillot2018-10-14
- Avoid doing multiple buffer copies - Move parser and format detection logic to its own package