added meta method
This commit is contained in:
parent
f0cfe8a881
commit
a3b093f475
|
@ -59,4 +59,8 @@ public abstract class Crawler {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
public abstract Object getInternal(Config c) throws Exception;
|
public abstract Object getInternal(Config c) throws Exception;
|
||||||
|
|
||||||
|
public Object getInternalMeta(Config c) throws Exception {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user