kascote / universal_feed

Universal parser for RSS and Atom feeds with support for some extensions (dc, dcterms, media, itunes, georss, syndication, content)
MIT License
4 stars 1 forks source link

Feat/add icon #3

Closed d370urn3ur closed 3 days ago

d370urn3ur commented 3 weeks ago

I added a property "icon" to the UniversalFeed object and fixed Atom parsing for "logo".

According the Atom spec icon and logo are both IRIs pointing to image files but the current version parses "logo" as an RSS-formatted XML node.

With these changes both "logo" and "icon" are parsed correctly on Atom feeds and "icon" is available on UniversalFeed.

d370urn3ur commented 2 weeks ago

I have made the requested changes. I'm a little new to flutter development but I ran flutter test and it said all tests pass so I hope that is enough. Thanks for your reactivity and this awesome library!