-
Notifications
You must be signed in to change notification settings - Fork 209
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
Support multiple links #164
Conversation
@mmcdole All tests now pass, and all merge conflicts have been resolved. Can this be merged? Thanks! |
@mmcdole ping if this could get reviewed and merged as it would help with some Debian packaging too. Thank you. |
@mmcdole ping again. This is really important for us. I'd really appreciate if you could merge this and if possible tag a patch/minor release. |
@nileshpatra @ecliptik would #153 also solve this for you? |
@mmcdole Thanks for responding. I don't think so? It doesn't look like that supports multiple Atom links. |
Chiming in here too: No, the two PRs are orthogonal. |
Thanks everyone. I see now that this was adding it to Atom as well. I knew that @Necoro's PR allowed the parsing of Atom elements in the RSS feed. I didn't want a one-off Atom element in RSS if there was a way to parse any atom element within an RSS feed. |
Thank you for merging! To others: Amfora has updated in makew0rld/amfora@6fa3600 |
This adds a
Links
var toFeed
andItems
. This was mainly created to allow the usage of Atom feeds with multiple links for each item, but the variable captures RSS feeds that have multiple links for a feed as well. It's not really useful for JSON, but it still captures the single link as one would expect.