webfeed
webfeed copied to clipboard
A dart package for parsing RSS & Atom feed
Using this library with https://www.nasa.gov/rss/dyn/lg_image_of_the_day.rss, always let to `pubDate` being null. Adjusted the RFC-822 DateTime implementation to accept time without seconds. This seems to be according to its definition: https://www.w3.org/Protocols/rfc822/#z28...
- change lastBuildDate from String to DateTime in RssFeed - add pubDate field into RssFeed
Since parsing pubDate to DateTime, the timestamp "Fri, 14 Aug 2020" leads to a NULL result. You can use following RSS feed to check: https://www.helmholtz-berlin.de/pubbin/rss/news?feed=hzb;sprache=en
Hi, would you mind adding support for a "media:thumbnail" entry within the tag? Here is an example: ```xml ... ... ``` Also, you might consider offering an escape hatch in...
Is there a way to access custom elements not specified by the RSS model? For example our XML source has tag (https://www.cheapies.nz/deals/feed)
I didn't see anything in the API that provided support for paged Atom feeds. Am I missing it? Is that planned?
Hi, is it possible to convert the title and body of a RSS to UTF-8 and is is possible to change the date format to e.g. DD/MM/YYYY hh:mm?
- provided AtomFeed.toXml function - added tests for XML generation - added tests for RFC 5005 (Atom pagination) - updated Atom.xml and Empty.xml to pass [ATOM feed validator](https://validator.w3.org/feed/) - updated...
https://www.formulapassion.it/feed `Sun, 2 Oct 2022 12:11:52 +0200` Time is detected as 12.11 while it should be 12.11+2.00 = 14.11
Some Atom feeds, like the ones on YouTube, have the `thumbnail` image defined inside the `media:group` element, like below: ``` ... Saifedean Ammous: How Bitcoin ENDS Inflation Removed for brevity...