public interface SiteSpecificConsumer
Typical uses are for the downloading of images on a URL to an image hosting site.
Modifier and Type | Method and Description |
---|---|
boolean |
canConsume(URL url)
Determine whether the given URL can be handled by this consumer.
|
List<URL> |
consume(URL url)
Get the data urls at the given URL.
|
boolean canConsume(URL url)
url
- the url to test