Create alltags.py

This commit is contained in:
witer33 2020-11-02 19:51:23 +01:00 committed by GitHub
parent 89cc4db656
commit c5bfedbaed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
examples/alltags.py Normal file
View File

@ -0,0 +1,6 @@
import nhtp
import requests
html = nhtp.Engine(requests.get("https://example.com").content)
print(html.find_all(""))