yarr/src/parser
Will Harding 3adcddc70c Pull atom xhtml title from nested elements
The Atom spec says that any title marked with a type of "xhtml" should be
contained in a div element[1] so we need to use the full XML text when
extracting the text.

[1] https://www.rfc-editor.org/rfc/rfc4287#section-3.1
2023-09-23 21:08:22 +01:00
..
atom.go Pull atom xhtml title from nested elements 2023-09-23 21:08:22 +01:00
atom_test.go Pull atom xhtml title from nested elements 2023-09-23 21:08:22 +01:00
date.go extract date parser to a new file 2021-04-04 20:45:13 +01:00
feed.go handle invalid chars in non-utf8 xml 2022-02-14 15:23:55 +00:00
feed_test.go Run go fmt 2022-07-04 15:20:49 +01:00
json.go remove feed hacks from storage 2021-04-05 20:59:15 +01:00
json_test.go rename packaages 2021-04-02 22:26:44 +01:00
media.go extract thumbnails from vimeo feeds 2021-04-02 22:26:44 +01:00
models.go podcasts 2021-04-02 22:26:44 +01:00
rdf.go use rdf description 2021-04-15 10:29:35 +01:00
rdf_test.go rdf date & content 2021-04-15 10:27:50 +01:00
rss.go fix atom links 2023-09-07 18:19:17 +01:00
rss_test.go fix atom links 2023-09-07 18:19:17 +01:00
util.go handle invalid chars in non-utf8 xml 2022-02-14 15:23:55 +00:00
util_test.go strip out invalid xml characters 2022-02-12 23:42:44 +00:00