Hi all. I have a html page
<a email="[email protected]" href="http://www.max.ru/agent?message&[email protected]" title="Click herе" class="mf_spIco spr-mrim-9"></a><a class="mf_t11" type="booster" href="http://max.ru/mail/corporate/">
I neeed a parse email string
soup = BeautifulSoup(data
string = soup.find("a",{"email": ""})
print string
But it not working. Where mistake?