python version 3.7.0
when using the urllib crawler to get the html code of a web page, there was an error and the error was ignored.
html = data.decode(charset,errors="ignore")
gets only the top half of the html.
python version 3.7.0
when using the urllib crawler to get the html code of a web page, there was an error and the error was ignored.
html = data.decode(charset,errors="ignore")
gets only the top half of the html.