SlyMarbo / rss

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

fix encloseure not parsing 'none' value #65

Closed vasconcelosvcd closed 6 years ago

vasconcelosvcd commented 6 years ago

got the following enclosure

<enclosure url="{IMGLINK}" length="None" type="image/jpg"></enclosure>

got an error parsing length type uint from string.

vasconcelosvcd commented 6 years ago

Done, thanks!

SlyMarbo commented 6 years ago

I'm not very comfortable throwing away the error silently. Although there may be some users of the package that are happy with this behaviour, not all will. I would prefer we return the feed and error so people can choose whether to ignore the error.