Top "Jsoup" questions

Jsoup is a Java HTML parser for extracting and manipulating HTML data, using the best of DOM, CSS, and jQuery-like methods.

Android JSoup Example

I was just wondering has anyone got a sample eclipse project with a working implementation of JSoup? Im trying to …

android jsoup
java.util.zip.ZIPException: Not in GZIP format

I am everything but the most experienced JAVA user, however, I am quite desperate regarding my problem. Every time I …

java compression jsoup gzip gzipinputstream
Using JSoup To Extract HTML Table Contents

How can I extract the contents of the table located at: /id/2/year/2012/acc-conference">http://espn.go.com/mens-college-basketball/…

jsoup
Adding an external jar library to Intellij IDEA

I'm having a silly problem : I'm trying to add the Jsoup library (which is just an external jar) to my …

configuration intellij-idea jsoup
how to fix HTTP error fetching URL. Status=500 in java while crawling?

I am trying to crawl the user's ratings of cinema movies of imdb from the review page: (number of movies …

java web-crawler jsoup http-error
Creating a word document from a template dynamically using values from java objects

I want to create a word document from an HTML page. I am planning to get the values on the …

java ms-word jsoup docx4j
Jsoup select div having multiple classes

I am trying to select, using Jsoup, a <div> that has multiple classes: <div class="content-text right-align …

java jsoup
Connection error: "org.jsoup.UnsupportedMimeTypeException: Unhandled content type"

When I try to open a link to parse with jsoup I get an error. Connection command: Document doc = Jsoup.…

java jsoup httpconnection
Jsoup like html parser for C++

I have been writing some codes to get some data from some pages in Java and Jsoup was on of …

c++ html css-selectors jsoup
How to save a Jsoup Document to an HTML file?

I have used this method to retrieve a webpage into an org.jsoup.nodes.Document object: myDoc = Jsoup.connect(myURL).…

java jsoup document