SlyMarbo / rss

A Go library for fetching, parsing, and updating RSS feeds.
Other
400 stars 85 forks source link

Allow calling Update() for unmarshalled rss.Feed #45

Closed tvainika closed 7 years ago

tvainika commented 7 years ago

Feed.Update() calls member func, which is nil for unmarshalled Feed. Use DefaultFetchFunc in such case, and also add UpdateByFunc just like FetchByFunc.