Parsing atoms help with Floki

I’m trying to parse comments from Yahoo in elixir using Crawly. https://pastebin.com/AkwXQihV is an example of the comment structure. I’m not sure how to parse the atom :comment in Floki.

What do you mean byt “parse the atom”? Can you post a more full code + data example as well?