autoextract_poet.page_inputs.AutoExtractHtml

class AutoExtractHtml(url: str, html: str)[source]

Bases: object

A container for URL and HTML content retrieved from AutoExtract.

url should be an URL of the response (after all redirects), not an URL of the request, if possible.

html should be browser HTML in unicode

__init__(url: str, html: str) None

Method generated by attrs for class AutoExtractHtml.

Methods

__init__(url, html)

Method generated by attrs for class AutoExtractHtml.

Attributes

url

html