public final class HtmlExtrator extends Object implements Extractor<HtmlExtrator.HtmlFetchResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlExtrator.HtmlFetchResult
Article content fetch result.
|
| Constructor and Description |
|---|
HtmlExtrator() |
| Modifier and Type | Method and Description |
|---|---|
HtmlExtrator.HtmlFetchResult |
extract(String site)
Extracts from a given URL all the content needed and return it.
|
public final HtmlExtrator.HtmlFetchResult extract(String site)
Extractorextract in interface Extractor<HtmlExtrator.HtmlFetchResult>Copyright © 2016. All rights reserved.