Indeed, it’s true that Google Reader caches elements, and it’s NOT possible to split pages into RSS2, RSS or Atom feeds (if they don’t have rel = next link, which doesn’t look like any of them).
However, we can use the existing Google Reader infrastructure with some work to get a list of 200 items!
Given the podcast URL above, we get the last 200 episodes:
- Using the prefix ... google.ca/reader/atom/feed instead of the usual view / feed, as shown in your Google reader.
- Adding n = 200 as a query parameter.
So we have:
http://www.google.ca/reader/atom/feed/http://leoville.tv/podcasts/sn.xml?hl=en&n=200
There is a very astute reverse Google Reader API project located at http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI
drozzy
source share