Market support http ext
This commit is contained in:
parent
9f99a6738e
commit
b6c6d8a3c1
|
|
@ -40,6 +40,7 @@ public class Market extends Spider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(Context context, String extend) throws Exception {
|
public void init(Context context, String extend) throws Exception {
|
||||||
|
if (extend.startsWith("http")) extend = OkHttp.string(extend);
|
||||||
datas = Data.arrayFrom(extend);
|
datas = Data.arrayFrom(extend);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
53d68dba05ae31c36cf51a2c44c328e4
|
b7b8097260fa9860d722b3dc231c0057
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue