We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2a2be commit 3869d9fCopy full SHA for 3869d9f
README.md
@@ -22,7 +22,7 @@ for i in html.findAllNodes("span", {"class": "my-custom-class"}):
22
### Using tables
23
You can also use tables instead of arrays of tuples of strings (lol)
24
```nim
25
-import std/htmlparser
+import std/[htmlparser, tables]
26
import beautifulparser
27
28
0 commit comments