Wednesday, 18 September 2013

Parsing webpage with Jsoup. why is the behaviour on Android different?

Parsing webpage with Jsoup. why is the behaviour on Android different?

Document doc = Jsoup.connect(url).get();
If I run this code in Android I get a html code with 535 lines
(length:42599).
If I run this code in a sample desktop application get a html code with
2050 lines (length:292782, that is CORRECT. Same JSoup library of course.
Can anyone explain me why?

No comments:

Post a Comment