other ways to parse emails from html?

2013-01-31 Thread Jeswin
Hi again, I tried to use the treebuilder modules to get emails from a webpage html but I don't know enough. It just gave me more headaches. My current method get the emails is to go to the site, put the source code in MS Word, and run a regex to get all the emails in that html page. I think I can

Re: other ways to parse emails from html?

2013-01-31 Thread timothy adigun
Hi, On Thu, Jan 31, 2013 at 8:49 PM, Jeswin wrote: > Hi again, > I tried to use the treebuilder modules to get emails from a webpage > html but I don't know enough. It just gave me more headaches. > Have you checked Rob's comments on your last post and how he use the module you asked ab

Re: other ways to parse emails from html?

2013-01-31 Thread Chris Charley
"Jeswin" wrote in message news Hi again, I tried to use the treebuilder modules to get emails from a webpage html but I don't know enough. It just gave me more headaches. My current method get the emails is to go to the site, put the source code in MS Word, and run a regex to get all the e

Re: other ways to parse emails from html?

2013-01-31 Thread Jim Gibson
On Jan 31, 2013, at 11:49 AM, Jeswin wrote: > Hi again, > I tried to use the treebuilder modules to get emails from a webpage > html but I don't know enough. It just gave me more headaches. You should post a short program here that demonstrates the problem you are having. Can you give us the UR

Re: other ways to parse emails from html?

2013-01-31 Thread Octavian Rasnita
From: "Jeswin" Hi again, I tried to use the treebuilder modules to get emails from a webpage html but I don't know enough. It just gave me more headaches. My current method get the emails is to go to the site, put the source code in MS Word, and run a regex to get all the emails in that html p

Re: other ways to parse emails from html?

2013-01-31 Thread Chris Charley
""Chris Charley"" wrote in message "Jeswin" wrote in message news Hi again, I tried to use the treebuilder modules to get emails from a webpage html but I don't know enough. It just gave me more headaches. My current method get the emails is to go to the site, put the source code in

Re: other ways to parse emails from html?

2013-01-31 Thread Charles DeRykus
On Thu, Jan 31, 2013 at 1:07 PM, Octavian Rasnita wrote: > From: "Jeswin" > > >> ... > > > > > It depends what kind of emails you want to get from those web pages. > > If you want to get only and only the emails that appear in links, the most > easier way is to use something like: > > #It will ge