elixir-feed-parser
elixir-feed-parser copied to clipboard
Elixir Feed Parser
Timex import is missing in https://github.com/fdietz/elixir-feed-parser/blob/master/lib/parsers/helper.ex EDIT: it seems this error is also because of this: https://github.com/fdietz/elixir-feed-parser/blob/f5e85e168d466d70e9798a38993ce35714ece84a/mix.exs#L21 I changed this to ``` def application do [extra_applications: [:logger, :xmerl, :tzdata]] end...
``` This is the title ```
an example feed: http://www.tbray.org/ongoing/ongoing.atom example element: The href element should be made absolute by prefix it with "http://www.tbray.org"