Skip to content

Modified code to remove some dependencies and added a build file #3

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions