diff --git a/examples/alltags.py b/examples/alltags.py new file mode 100644 index 0000000..20b47ab --- /dev/null +++ b/examples/alltags.py @@ -0,0 +1,6 @@ +import nhtp +import requests + +html = nhtp.Engine(requests.get("https://example.com").content) + +print(html.find_all(""))