I'm writing a web crawler tool to collect the email addresses. After downloading the HTML content and parsing it using DomCrawler, I get this node value:
<!--
document.write("<a rel='nofollow' href='mailto:hieubdshappy@gmail.com'>hieubdshappy@gmail.com");
//-->This email address has been protected. You need to enable JavaScript to view the content.
How could I decode it?