From c5bfedbaed9a0de7f6167ed875ad032e6c356009 Mon Sep 17 00:00:00 2001 From: witer33 Date: Mon, 2 Nov 2020 19:51:23 +0100 Subject: [PATCH] Create alltags.py --- examples/alltags.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/alltags.py 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(""))