Quantcast
Channel: How to find out the exact RSS XML path of a website? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by user2852263 for How to find out the exact RSS XML path of a website?

In python use this classic solution: http://www.aaronsw.com/2002/feedfinder/

View Article



Answer by yabt for How to find out the exact RSS XML path of a website?

You may also use a command line tool like xmlstarlet (together with HTML tidy):# version 1curl -s http://stackoverflow.com/questions/2441954/how-to-find-out-the-exact-rss-xml-path-of-a-website | tidy...

View Article

Answer by the Tin Man for How to find out the exact RSS XML path of a website?

Something like this in Ruby will work...require 'rubygems'require 'nokogiri'require 'open-uri'html =...

View Article

How to find out the exact RSS XML path of a website?

How do I get the exact feed.xml/rss.xml/atom.xml path of a website?For example, I supplied "http://www.example.com/news/today/this_is_a_news", but the rss is pointing to...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images