sentientwaffle / feed-read

fetch & parse ATOM & RSS feeds with Node.js
MIT License
74 stars 61 forks source link

Why is `updated` a fallback for `published` ? #20

Open StarpTech opened 7 years ago

StarpTech commented 7 years ago

https://github.com/LeyluIAA/feed-read-parser/blob/master/index.js#L135

Its not the same

Updated https://tools.ietf.org/html/rfc4287#section-4.2.15 Published https://tools.ietf.org/html/rfc4287#section-4.2.9

when I read my feed I cant detect if my entrys was modified because updated is ignored.