Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 22, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by wseemann@gmail.com on 29 Apr 2013 at 6:04

@GoogleCodeExporter
Copy link
Author

Fixed build script and added proxy support.

Original comment by wseemann@gmail.com on 3 May 2013 at 8:44

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

No branches or pull requests

1 participant