i say that if i have a blog @ http://anirudhagupta.blogspot.com/
so how can i get his feed url dynamically by using regex in asp.net c#
|
0
|
i say that if i have a blog @ http://anirudhagupta.blogspot.com/ so how can i get his feed url dynamically by using regex in asp.net c# |
|||
|
|
|
0
|
According to Google / Blogger, here are the special addresses they’ve provided for blog users. Full site feed: Atom 1.0: http://blogname.blogspot.com/feeds/posts/default RSS 2.0: http://blogname.blogspot.com/feeds/posts/default?alt=rss Comments-only feed: Atom 1.0: http://blogname.blogspot.com/feeds/comments/default RSS 2.0: http://blogname.blogspot.com/feeds/comments/default?alt=rss Label-specific site feed: Atom 1.0: http://blogname.blogspot.com/feeds/comments/default/-/labelname RSS 2.0: http://blogname.blogspot.com/feeds/comments/default?alt=rss/-/labelname Individual post comment feed: Atom 1.0: http://blogname.blogspot.com/feeds/postId/comments/default RSS 2.0: http://blogname.blogspot.com/feeds/postId/comments/default?alt=rss If you are a looking for general purpose RSS feed choose RSS 2.0 i.e.
|
||
|
|