Skip to content

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

@GoogleCodeExporter

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 [email protected] on 23 Apr 2013 at 10:30

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions