From edda406f27f1288fd73351fe76bc73091e6d60f3 Mon Sep 17 00:00:00 2001 From: witer33 Date: Mon, 2 Nov 2020 20:13:38 +0100 Subject: [PATCH] Update alltags.nim --- examples/alltags.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/alltags.nim b/examples/alltags.nim index 679bcd5..4926c85 100644 --- a/examples/alltags.nim +++ b/examples/alltags.nim @@ -1,5 +1,6 @@ import engine, httpclient var html = Engine(html: newHttpClient().getContent("http://example.com")) +html.run() echo len(html.findAll(""))