2013/3/5 Shrinivasan T <[email protected]>: > > For example, I want to get the URL of all the posts from a blog. > > Example. > http://kaniyam.com > or > http://365process.blogspot.in/ > > > How can we get the URL of all the posts? >
You may try with spider (web-scrapping) ! I done this one time using python with pagination. -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
