thatscrapper.extractor
Module Contents
Classes
Functions
|
|
|
Attributes
- thatscrapper.extractor.WebElement
- class thatscrapper.extractor.Element(crawler: thatscrapper.browser.Crawler, value='table', by='tag name', **kwargs)
- html()
- class thatscrapper.extractor.Table(crawler: thatscrapper.browser.Crawler, value='table', by='tag name', **kwargs)
Bases:
Element- property raw
- property data
- class thatscrapper.extractor.UnorderedList(crawler: thatscrapper.browser.Crawler, value='div', by='tag name', **kwargs)
Bases:
Element- property parent
- property ul
- property items
- __getitem__(idx: int)
- __len__()
- thatscrapper.extractor.download(link: str, file_name)
- thatscrapper.extractor.html(element: WebElement)