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