nhtp/examples/alltags.py

7 lines
119 B
Python
Raw Permalink Normal View History

2020-11-02 19:51:23 +01:00
import nhtp
import requests
html = nhtp.Engine(requests.get("https://example.com").content)
print(html.find_all(""))