html = html.Replace(string.Format("http://pipes.yahoo.com/pipes/pipe.info?_id={0}", yahooPipesId), "http://our.umbraco.org/rss/communityblogs/");
html = html.Replace(string.Format("http://pipes.yahoo.com/pipes/pipe.run?_id={0}&_render=rss&page=2", yahooPipesId), "http://our.umbraco.org/rss/communityblogs/");
using(StreamWriter writer = new StreamWriter(blogsXmlFile, false))