Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get rss old items like google reader

I'm creating RSS reader application. I need to get any linked rss old items. For example some web rss result count is too less. My application check time range is too long. Sometimes loss some news.

How can I get rss old items?

When scrolling down on the google reader,reader shown previous items.

like image 814
ebattulga Avatar asked Sep 19 '09 16:09

ebattulga


People also ask

How do I find an old RSS feed?

Find the URL of the RSS feed you want and use waybackpack to get the archived urls for that feed. Use FeedReader or a similar library to pull down the archived RSS feed. Take the URLs from each feed and scrape them as you wish. If you're going way back in time it's possible there might be some dead links.

What has replaced RSS?

That being said, RSS feeds have largely been replaced by simply joining the email list of the bloggers, brands or publications you want to hear from.

Are RSS feeds still crawled by Google?

Google Doesn't Have a Preference Between RSS Feeds & Google News Sitemaps. RSS Feeds and Google News sitemaps both work for Google and there is no preference between the two. The benefit of RSS feeds for webmasters is that there is no limit of URLs, whereas Google News sitemaps are limited to 1,000 pages.

Do RSS readers still exist?

RSS is still around but I'm saying I miss it because it's not everywhere like it once was. It used to be in every web browser, and all major websites, such as Twitter, provided feeds. Then you would install a feed reader on your computer or join a website that let you subscribe to RSS feeds.


1 Answers

try this http://www.google.com/reader/atom/feed/{complete url to rssfeed without {} }?n=5000

like image 116
someone Avatar answered Oct 06 '22 20:10

someone