nhtp/examples/alltags.py

7 lines
119 B
Python

import nhtp
import requests
html = nhtp.Engine(requests.get("https://example.com").content)
print(html.find_all(""))