Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

python print html as a string

import requests
page = requests.get(url)
print(page.text.encode("utf8"))
 
PREVIOUS NEXT
Tagged: #python #print #html #string
ADD COMMENT
Topic
Name
4+8 =