fdietz / elixir-feed-parser

Elixir Feed Parser
Other
49 stars 18 forks source link

include fetching of feeds #3

Closed fdietz closed 6 years ago

fdietz commented 8 years ago

It should be possible to fetch a feed via URL and process it:

feed = ElixirFeedParser.fetch_and_parse(feed_url)

Known problems:

andreapavoni commented 6 years ago

Please, don't. This lib is ok as is: it offers feed parsing functionality, no matter if the parsed xml comes from a file or it was downloaded from an URL through another lib. Why adding a dependency that eventually is not needed buy the final user? :-)

my 2 cents