I am developing a web scraper code using HTMLParser. I need to extract
text/email address from java script with in the HTMLCode.I am beginner
level in python coding and totally lost here. Need some help on this. The
java script code is as below:
What I exactly want is the java script is in the html code. I am trying for
a regular expression to find the email address embedded with in the java
script.
On Sat, May 23, 2015 at 2:31 PM, Chris Angelico wrote:
> On Sat, May 23, 2015 at 4:46 PM, savitha devi wrote:
> > I am develop