-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media namespace not available on AtomFeed #34
Comments
Well, of the top of my head, I don't see any reason for Atom not to be able to extend the Media namespace. I'll add support as soon as I get some time on my hands. |
thanks @nmdias, do you have any idea when will you be able to do it? |
Honestly, I was waiting for Xcode 9 GM. I don’t even have Xcode 8 anymore. I’ll try to do it this weekend 👍 |
@nmdias that would be great, please let me know if you need any help |
Hi @valeriomazzeo, Whenever you get that chance, give the master branch a go and check if it's working well for you. Thanks |
@nmdias that's great, just tried and it works nicely. I would really appreciate if you could release a new version on cocoapods, as I have a podspec that depends on |
@valeriomazzeo -> 6.1.2 is out in the wild. |
Currently, media attributes are parsed only as part of an RSSFeedItem.
I may be wrong, but perhaps it should be possible for something like this:
to be contained inside an
AtomFeedEntry
.The text was updated successfully, but these errors were encountered: