ckruse / microformats2-elixir

Microformats2 parser in Elixir
MIT License
20 stars 7 forks source link

Fails to Parse Page #2

Closed jalcine closed 5 years ago

jalcine commented 5 years ago

I'm getting errors when attempting to parse a few pages with content. Not sure why.

https://aaronparecki.com/2018/12/17/7/blocking-domains

ckruse commented 5 years ago

Thanks for the report. I published a new version 0.2.1 fixing this bug. Floki returned an empty list instead of nil for a missing attribute. Should work now.

jalcine commented 5 years ago

Ah I just produced a patch for it, lol. Next time, I'll just provide said patch.

Nice work with the project!