Questions tagged as 'jsoup'

0
answers

Problem with multithreading crawler using jsoup

Hello, I'm developing a multithreading crawler, each job (thread) deals with X sites to parse certain content with the jsoup lib. The sites are all accessible. The problem is that the final results is never the same. That is, when I run the c...
asked by 08.12.2016 / 22:26
1
answer

Jsoup does not seem to be working

Hi, I have this piece of code that gives a link and goes to the net with jsoup takes some information and then puts that information into an ArrayList used in a ListView. But the problem is that I do not know why the Array course is not full, th...
asked by 16.08.2017 / 22:32
1
answer

Jsoup element without id

Well, I'm looking to use JSoup to grab a table from a website and show it in the application. The problem is that this table has no id. How do I get this table and display it in the app? Here is the site: link     
asked by 01.03.2017 / 16:07
1
answer

Parse HTML with Jsoup - Java

I'm studying the Jsoup library and I took the most basic example of the site and tried to build something simple, but I have this error, which does not allow me to execute the code:    Default constructor can not handle exception type IOExcep...
asked by 30.10.2015 / 20:19
1
answer

Convert JSoup doc to string, apply Regex, and return a value in String

I'm using an example I found called AndroidJsoup to get the source HTML of a certain page, but I'm not getting just the code snippet I want that is in a certain% In short, AndroidJsoup should run, taking <script> , appl...
asked by 17.06.2015 / 02:13
1
answer

How to extract information from an HTML document with Jsoup?

I've been studying the Jsoup sample for extracting data and extract an example from this Jsoup > But I tried to manipulate the example to extract data from a Div instead of a Meta attribute and I could not. I want to load posts that peop...
asked by 02.02.2015 / 18:01
1
answer

Jsoup returning no value

I have a problem with Jsoup library, which when I try to make the connection to a certain page, it simply does not return any value from the connection. public static void main(String[] args) { try{ Document doc = Jsoup.connect("...
asked by 15.05.2016 / 18:28
1
answer

How do I get jsoup to only pass specific parts of the site?

How do I make it spend only part of the 1.25 € for String? link     
asked by 06.07.2017 / 13:31
1
answer

Jsoup in Android

I'm having trouble running my Android application with Jsoup. It is a simple example, but it is returning nothing. Java class: import java.io.IOException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import android.os.Bundle; im...
asked by 08.03.2014 / 03:49
0
answers

Jsoup problem when trying to access sites with ssl - JAVA

I studied java a long time ago, I stopped for years and now I missed it, I decided to take some scrap video lessons on youtube but I can not access sites that use ssl, the rest of the java normally accesses and returns what I ask , but even had...
asked by 19.07.2018 / 17:00