Skip to content

Instantly share code, notes, and snippets.

@JOPHESTUS
Created May 3, 2014 23:27
Show Gist options
  • Save JOPHESTUS/11507951 to your computer and use it in GitHub Desktop.
Save JOPHESTUS/11507951 to your computer and use it in GitHub Desktop.
Connection.Response thing = Jsoup.connect("http://forums.bukkit.org/members/?username=" + line[1]).method(Connection.Method.GET).followRedirects(true).execute();
String url = thing.header("Location");
Document doc = Jsoup.connect(url).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment