You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `contentSnippet` field strips out HTML tags and unescapes HTML entities
134
+
* `subtitle` is returned for both feeds and items when the source XML includes it (for example, Atom `<subtitle>` or RSS `<subtitle>` elements)
132
135
* The `dc:` prefix will be removed from all fields
133
136
* Both `dc:date` and `pubDate` will be available in ISO 8601 format as `isoDate`
134
137
* If `author` is specified, but not `dc:creator`, `creator` will be set to `author` ([see article](http://www.lowter.com/blogs/2008/2/9/rss-dccreator-author))
@@ -137,21 +140,23 @@ items:
137
140
## XML Options
138
141
139
142
### Custom Fields
140
-
If your RSS feed contains fields that aren't currently returned, you can access them using the `customFields` option.
143
+
If your RSS feed contains fields that aren't currently returned, you can access them using the `customFields` option. Built-in fields such as `title`, `description`, and `subtitle` do not need to be listed here.
0 commit comments