Interface | Description |
---|---|
SiteSpecificConsumer |
Site specific consumers answer whether they can handle a URL and when asked
handle the URL, returning another URL from which the data can be downloaded.
|
Class | Description |
---|---|
HTMLScrapingSiteSpecificConsumer |
Abstract base for scraping data from elements in web pages
|
SimpleHTMLScrapingConsumer |
Simple scraper that just uses the given css selector to find all
relevant data in the page
|