본문 바로가기
Programming/Python

python email scrape

by 홍조 2010. 1. 19.
  • email_pattern = re.compile("[-a-zA-Z0-9._]+@[-a-zA-Z0-9_]+.[a-zA-Z0-9_.]+")
  •  self.emails = re.findall(email_pattern, htmlSource)
728x90