shinobipunk / streamscraper

Automatically exported from code.google.com/p/streamscraper
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Fixed build script and added proxy support.

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