dimanche 24 décembre 2017

How to find Email in Jsoup scraping

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. I am not able to find out Email

  try {
    pageDocument = Jsoup.connect(url).get();
    } catch (IOException e) {
    e.printStackTrace();
   }




Aucun commentaire:

Enregistrer un commentaire