miniflux-v2/reader
Adrian Smith cc3e65dd3c Handle atom feed with space around CDATA
Trim space around CDATA elements before extracting the CharData.

This problem was discovered when reading https://www.sethvargo.com/feed.xml.
Title and Summary fields have newlines and space between the <title>
element and the CDATA element. e.g.

  <title>
    <![CDATA[Entry title here]]>
  </title>

This meant the title of the feed was coming into MiniFlux as,
  <![CDATA[Entry title here]]>
2022-01-17 15:25:22 -08:00
..
atom Handle atom feed with space around CDATA 2022-01-17 15:25:22 -08:00
browser Fix minor typo 2021-10-17 16:58:42 -07:00
date Add workaround to handle some invalid dates 2021-03-21 10:52:27 -07:00
encoding Remove deprecated io/ioutil package 2021-02-16 21:25:21 -08:00
handler Use custom feed user agent to fetch website icon 2022-01-08 15:20:18 -08:00
icon Use custom feed user agent to fetch website icon 2022-01-08 15:20:18 -08:00
json use authors entry for json 1.1 feeds 2021-07-21 21:28:37 -07:00
media Add support of media elements for Atom feeds 2019-11-28 23:55:40 -08:00
opml Add <head> tag to OPML export 2021-12-16 11:49:50 -08:00
parser Remove deprecated io/ioutil package 2021-02-16 21:25:21 -08:00
processor Add Telegram integration 2021-09-07 20:04:22 -07:00
rdf Handle RDF feed with HTML encoded entry title 2021-03-19 18:49:51 -07:00
readability Add rewrite rule to fix Medium.com images 2020-09-29 22:27:32 -07:00
rewrite Make Invidious instance configurable 2022-01-05 20:43:03 -08:00
rss Handle RSS feed title with encoded Unicode entities 2021-04-30 22:57:29 -07:00
sanitizer Make Invidious instance configurable 2022-01-05 20:43:03 -08:00
scraper Add Youtube videos in Quanta articles 2022-01-03 10:10:13 -08:00
subscription Fix finding JSON feeds with new MIME type 2021-08-21 13:01:08 -07:00
xml Remove deprecated io/ioutil package 2021-02-16 21:25:21 -08:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00