Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

python download html as text

import urllib.request    
urllib.request.urlretrieve("http://www.example.com/test.html", "test.txt")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #download #html #text
ADD COMMENT
Topic
Name
8+8 =