Update alltags.nim

This commit is contained in:
witer33 2020-11-02 20:13:38 +01:00 committed by GitHub
parent afd336a9aa
commit edda406f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import engine, httpclient
var html = Engine(html: newHttpClient().getContent("http://example.com"))
html.run()
echo len(html.findAll(""))