I need URL Reader and content extracter automatic script ? I want to extract URL, Title, short description from the RSS feed. 2. The script should automatically extract the long description from the URL (taken from the feed). Here step 1 is very easy and straight. eg for step 2: I want to extract the main story from URLs like these: 1. http://indiabullion.com/viewnews.php?n_id=34355 2. http://timesofindia.indiatimes.com/articleshow/324892.cms and so on.. and then insert it in a text file.. Is it possible ?
Completely possible. The hardest part of something like this is always extracting the story. Usually you have to have custom code for each site are extracting from.
yup - find out the template structure each site uses, and extract each article using that template per site