Archive for June, 2008

How to detect the RSS feed for a blog

by Josh Fraser on June 28, 2008


Every wondered how to automatically figure out the RSS feed for a blog? Generally speaking, it's a simple task -- just download the HTML for the given blog and use a fancy regular expression to find the associated RSS feed. In PHP, it looks something ...