nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Get tag not in documentation #65

Closed CarioniStefano closed 5 years ago

CarioniStefano commented 5 years ago

Hello,

I'm having some problems with a RSS Feed with some extra tags inside the tag.

schermata 2018-10-05 alle 11 45 02

I need to get values inside the red box, any way I can get them with feedkit?

Thanks

nmdias commented 5 years ago

Hi @CarioniStefano,

You won't be able to read that with FeedKit directly. With that said, you could try a few alternatives:

And the one I would go to, considering you're already tinkering with FeedKit:

I believe it's pretty straight forward and I think I'm not missing anything, but if I did, feel free to ask me and I'll help the best I can.

Cheers

CarioniStefano commented 5 years ago

It all worked fine, thanks a lot!