public class YfrogConsumer extends Object implements SiteSpecificConsumer
Constructor and Description |
---|
YfrogConsumer() |
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.
|
public YfrogConsumer()
public boolean canConsume(URL url)
SiteSpecificConsumer
canConsume
in interface SiteSpecificConsumer
url
- the url to testpublic List<URL> consume(URL url)
SiteSpecificConsumer
consume
in interface SiteSpecificConsumer
url
- the url to test