miniflux-v2/reader/parser
Peter De Wachter 3a39d110f0 Accept HTML entities when parsing XML
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.
2019-08-15 21:26:07 -07:00
..
testdata Add test case to check different feed encoding and HTTP headers 2018-10-29 19:04:36 -07:00
doc.go Simplify feed parser and format detection 2018-10-14 11:46:41 -07:00
format.go Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
format_test.go Simplify feed parser and format detection 2018-10-14 11:46:41 -07:00
parser.go Make parser compatible with Go 1.12 2019-02-28 21:23:33 -08:00
parser_test.go Make parser compatible with Go 1.12 2019-02-28 21:23:33 -08:00