Atom feed with "next" link not handled correctly #1226
Unanswered
skiingwiz
asked this question in
Feed issues
Replies: 1 comment 1 reply
-
This probably happens because the feed discovery returns this:
@alexdebril do you think it would make sense for discovery to put the url that was given as input back in the first position of the list? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I add a particular atom feed (http://feeds.feedburner.com/Backreaction) I get 25 old items and nothing else, though there are newer items available. Here's what I've discovered so far.
That feed contains a link tag with a rel of "next" which points to http://www.blogger.com/feeds/22973357/posts/default?alt=atom&start-index=26&max-results=25&redirect=false
That, in turn, has a link tag with a rel of "next" which points to https://www.blogger.com/feeds/22973357/posts/default?alt=atom&start-index=51&max-results=25&redirect=false
And so on.
However, when I add the original feed to News only 25 items get added, and the feed's URL is being set to http://www.blogger.com/feeds/22973357/posts/default?alt=atom&start-index=26&max-results=25&redirect=false so I think that's causing New to see the same 25 items every time it looks for updates.
I'm not sure why the feed's URL is being set to something different than the URL I'm giving it. I think it should be set to http://feeds.feedburner.com/Backreaction and traverse all of the "next" links when lookup for updates.
I did verify that using the feedio command line it pulls all of the items so it must be traversing the "next" links.
I'm more than happy to continue digging for clues. I am new to News so any help or tips are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions