Skip to content

Instantly share code, notes, and snippets.

@LordRaydenMK
Created December 19, 2017 22:46
Show Gist options
  • Save LordRaydenMK/f550411dccf69b2ffe7fcbc7e7ab5b74 to your computer and use it in GitHub Desktop.
Save LordRaydenMK/f550411dccf69b2ffe7fcbc7e7ab5b74 to your computer and use it in GitHub Desktop.
//Client 1
Document document = new Document("http://sanastasov.com");
//Client 3
HtmlClient client = new HtmlClient();
String html = client.get("http://sanastasov.com");
Document document = Document(html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment