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
Copy file name to clipboardExpand all lines: README.md
+30-9
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,6 @@ You can parse RSS from a URL, local file (NodeJS only), or a string.
16
16
*`parseFile(filename, [options,], callback)`
17
17
*`parseURL(url, [options,] callback)`
18
18
19
-
20
-
## Output
21
-
Check out the full output format in [test/output/reddit.json](test/output/reddit.json)
22
-
23
-
##### Notes:
24
-
* The `dc:` prefix will be removed from all fields
25
-
* Both `dc:date` and `pubDate` will be available in ISO 8601 format as `isoDate`
26
-
* 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))
* The `contentSnippet` field strips out HTML tags and unescapes HTML entities
67
+
* The `dc:` prefix will be removed from all fields
68
+
* Both `dc:date` and `pubDate` will be available in ISO 8601 format as `isoDate`
69
+
* 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))
70
+
71
+
## Options
72
+
52
73
### Redirects
53
74
By default, `parseURL` will follow up to one redirect. You can change this
0 commit comments