RSS Feed
Find the RSS Feed URL of a domain. Makes it easy to assess the topic of the domain quickly.
3
votes

1 comment
-
Tim Wolfe commented
XPathOnURL() can do this:
=Dump(
XPathOnUrl("http://www.huffingtonpost.com/", "//link[@rel='alternate' and (contains(@type,'rss') or contains(@type,'atom+xml'))]", "href")
)