lundi 29 février 2016

How can I parse column on web site with json?

Firstly hi; i am using following codes with my some project for parsing elements but it did not work in this web site. How can i parse AKTIF MADDE column in this site ?

    Document doc;
    try {
        doc = Jsoup.connect("http://ift.tt/1KAh620").get();
        Elements links = doc.select("body > div.container-fluid > div.container.body-content > div.panel.panel-primary > table > thead > tr > th:nth-child(2)");
        tv.setText(links.text());
    } catch (IOException ex) {
        tv.setText("Error");
    }
}

}




Aucun commentaire:

Enregistrer un commentaire