Ejemplo n.º 1
0
 def __init__(self, url, body, http_status, content_type, content_length):
     self._http_response_body = body
     self._http_status = http_status
     self._content_type = content_type
     self._content_length = content_length
     self._url = url
     self._wakachi = Wakachi()
     self._bs = BeautifulSoup(self._http_response_body)