apennebaker
Results
3
comments of
apennebaker
Ah, could we make this line more general: https://github.com/jhy/jsoup/blob/master/src/main/java/org/jsoup/Jsoup.java#L72 Instead of necessarily grabbing an HTTP connection, could we grab a connection based on the URL's stated protocol, e.g. `file:/...`, `ftp://...`,...
> I think it'd need to be an option to enable in Jsoup.connect Sounds good.
Maybe tweak the build to look for the `thrift` executable on `PATH`, rather than in the JAR?