This code is very useful, nice work! I noticed it required HttpClient and
Jericho HTML Parser as dependencies. Using HttpClient significantly increases
the size of the library so I modified the code to use HttpURLConnection.
Although Jericho HTML Parser is very good, it is also a large library,
especially if you are tying to use this code in an Android application (like I
am). I modified the code to use jsoup (http://jsoup.org) since it's easier to
work with and smaller in size. Lastly, your code didn't have a build file so I
created a simple Ant one. Please consider merging these changes into your
existing code. Thanks - William
Original issue reported on code.google.com by wseemann@gmail.com on 23 Apr 2013 at 10:30
Original issue reported on code.google.com by
wseemann@gmail.com
on 23 Apr 2013 at 10:30