Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 14:58:19 -05:00
parent 4ecd13163c
commit 588c4e69cc
+2 -1
View File
@@ -513,7 +513,8 @@ class HTML(BaseParser):
html = HTML(url=self.url, html=content.encode(DEFAULT_ENCODING), default_encoding=DEFAULT_ENCODING)
self.__dict__.update(html.__dict__)
return page
self.page = page
return result
class HTMLResponse(requests.Response):